teufels / tt3-modal
Modal / SlideOut / PopUp Element
1.0.1
2024-07-09 13:21 UTC
Requires
- typo3/cms-core: ^12.4
README
[ ṯeufels ] Modal
Modal / SlideOut / PopUp Element
This version supports TYPO3
Composer support
composer req teufels/tt3-modal
Requirements
Bootstrap v5
*based on Bootstrap modal https://getbootstrap.com/docs/5.0/components/modal/
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
- in composer.json replace
beewilly/hive_modal
with"teufels/tt3-modal":"^1.0"
- Composer update
- Include TypoScript set
[teufels] Modal
- Analyze Database Structure -> Add tables & fields (do not remove old hive_modal yet)
- Perform Upgrade Wizards
[teufels] Modal
- Analyze Database Structure -> Remove tables & unused fields (remove old hive_modal now)
- class & id changed -> adjust styling in sitepackage (e.g. tx-hive-modal => tx-tt3-modal)
- check & adjust be user group access rights
Changelog
- 1.0.0 intial from hive_modal