teufels / tt3-modal
Modal / SlideOut / PopUp Element
1.1.3
2025-03-13 09:34 UTC
Requires
- typo3/cms-core: ^12.4 || ^13.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.1.x: support TYPO3 v13
- implement check if modal function exist
- improve BE Preview
- custom preview renderer only used for TYPO3 v12, TYPO3 v13 uses default renderer
- add Previews for TYPO3 v13 and TYPO3 v12 support
1.0.x: intial
- intial from hive_modal