-
- Downloads
[TASK] Cleanup
Showing
- Classes/DataProvider/AbstractDataBaseDataProvider.php 28 additions, 25 deletionsClasses/DataProvider/AbstractDataBaseDataProvider.php
- Classes/DataProvider/FactoryDataProvider.php 1 addition, 1 deletionClasses/DataProvider/FactoryDataProvider.php
- Classes/DataProvider/InterfaceDataProvider.php 1 addition, 1 deletionClasses/DataProvider/InterfaceDataProvider.php
- Classes/Domain/Model/Tab.php 1 addition, 1 deletionClasses/Domain/Model/Tab.php
- Classes/Hooks/PageLayoutView/PluginRenderer.php 4 additions, 4 deletionsClasses/Hooks/PageLayoutView/PluginRenderer.php
- Classes/Preview/PreviewRenderer.php 0 additions, 4 deletionsClasses/Preview/PreviewRenderer.php
- Classes/Preview/PreviewService.php 4 additions, 1 deletionClasses/Preview/PreviewService.php
- Classes/Service/ConfigurationService.php 4 additions, 4 deletionsClasses/Service/ConfigurationService.php
- Classes/View/FluidView.php 2 additions, 0 deletionsClasses/View/FluidView.php
- Configuration/TsConfig/Page/NewContentElementWizard.tsconfig 1 addition, 0 deletionsConfiguration/TsConfig/Page/NewContentElementWizard.tsconfig
- Configuration/TypoScript/setup.typoscript 2 additions, 0 deletionsConfiguration/TypoScript/setup.typoscript
- README.md 24 additions, 7 deletionsREADME.md
- composer.json 27 additions, 25 deletionscomposer.json
- doc/manual.sxw 0 additions, 0 deletionsdoc/manual.sxw
{ | ||
"name": "sgalinski/df-tabs", | ||
"type": "typo3-cms-extension", | ||
"description": "Tabbed Content and Pages - Create tab based content elements and pages easily and flexible with configurable mouseover handling, animations and autoplay features! It requires jquery.", | ||
"homepage": "https://www.sgalinski.de", | ||
"license": ["GPL-2.0-or-later"], | ||
"version": "8.1.4", | ||
"support": { | ||
"issues": "https://gitlab.sgalinski.de/typo3/df_tabs/issues" | ||
}, | ||
"require": { | ||
"typo3/cms-core": "^10.4 || ^11.5" | ||
}, | ||
"replace": { | ||
"sgalinski/df_tabs": "self.version" | ||
}, | ||
"extra": { | ||
"typo3/cms": { | ||
"extension-key": "df_tabs" | ||
} | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"SGalinski\\DfTabs\\": "Classes/" | ||
} | ||
} | ||
"name": "sgalinski/df-tabs", | ||
"type": "typo3-cms-extension", | ||
"description": "Tabbed Content and Pages - Create tab based content elements and pages easily and flexible with configurable mouseover handling, animations and autoplay features! It requires jquery.", | ||
"homepage": "https://www.sgalinski.de", | ||
"license": [ | ||
"GPL-2.0-or-later" | ||
], | ||
"version": "8.1.4", | ||
"support": { | ||
"issues": "https://gitlab.sgalinski.de/typo3/df_tabs/issues" | ||
}, | ||
"require": { | ||
"typo3/cms-core": "^10.4 || ^11.5" | ||
}, | ||
"replace": { | ||
"sgalinski/df_tabs": "self.version" | ||
}, | ||
"extra": { | ||
"typo3/cms": { | ||
"extension-key": "df_tabs" | ||
} | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"SGalinski\\DfTabs\\": "Classes/" | ||
} | ||
} | ||
} |
doc/manual.sxw
deleted
100644 → 0
File deleted
Please register or sign in to comment