teufels / tt3-tile
Tile CE which can contain Image, BG-Color, Title, Text, Link
1.0.3
2024-07-09 13:27 UTC
Requires
- typo3/cms-core: ^12.4
README
[ ṯeufels ] Tile
Tile Content-Element which can contain Image, BG-Color, Title, Text, Link
This version supports TYPO3
Composer support
composer req teufels/tt3-tile
Requirements
none
How to use
- Install with composer
- Import Static Template (before sitepackage)
- make own Layout by override Template in sitepackage
Update & Migration from hive_tile
- in composer.json replace
beewilly/hive_tile
with"teufels/tt3-tile":"^1.0"
- Composer update
- Include TypoScript set
[teufels] Tile
- Analyze Database Structure -> Add tables & fields (do not remove old hive_tile yet)
- Perform Upgrade Wizards
[teufels] Tile
- Analyze Database Structure -> Remove tables & unused fields (remove old hive_tile now)
- class & id changed -> adjust styling in sitepackage (e.g. tx_hive_tile => tx_tt3_tile)
- check & adjust be user group access rights
Changelog
- 1.0.3 fix renderContentElementPreviewFromFluidTemplate changed parameters
- 1.0.2 change c-
- 1.0.1 changed deprecated allowTableOnStandardPages() to ignorePageTypeRestriction (https://docs.typo3.org/m/typo3/reference-tca/12.4/en-us/Ctrl/Properties/Security.html#ctrl-security-ignorepagetyperestriction)
- 1.0.0 intial from hive_tile