teufels/tt3-modal

Modal / SlideOut / PopUp Element

Installs: 25

Dependents: 0

Suggesters: 0

Security: 0

Type:typo3-cms-extension

1.0.0 2023-07-25 13:08 UTC

This package is auto-updated.

Last update: 2024-04-25 14:42:15 UTC


README

VENDOR PACKAGE KEY version

[ ṯeufels ] Modal

Modal / SlideOut / PopUp Element

This version supports TYPO3

TYPO3Version

Composer support

composer req teufels/tt3-modal

Requirements

How to use

Administrator

  • Install with composer
  • Import Static Template (before sitepackage)
  • Styling / Position / Animation via CSS & Template Override in sitepackage

Integrator

  • place [teufels] Modal (CE) where modal should appear
  • could used with Media, Appearance>Background, Content elements

Update & Migration from hive_modal

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

Changelog