teufels/tt3-tile

Tile CE which can contain Image, BG-Color, Title, Text, Link

Installs: 74

Dependents: 0

Suggesters: 0

Security: 0

Type:typo3-cms-extension

1.0.2 2024-01-31 10:59 UTC

This package is auto-updated.

Last update: 2024-03-30 00:27:01 UTC


README

VENDOR PACKAGE KEY version

[ ṯeufels ] Tile

Tile Content-Element which can contain Image, BG-Color, Title, Text, Link

This version supports TYPO3

TYPO3Version

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

  1. in composer.json replace beewilly/hive_tile with "teufels/tt3-tile":"^1.0"
  2. Composer update
  3. Include TypoScript set [teufels] Tile
  4. Analyze Database Structure -> Add tables & fields (do not remove old hive_tile yet)
  5. Perform Upgrade Wizards [teufels] Tile
  6. Analyze Database Structure -> Remove tables & unused fields (remove old hive_tile now)
  7. class & id changed -> adjust styling in sitepackage (e.g. tx_hive_tile => tx_tt3_tile)
  8. check & adjust be user group access rights

Changelog