teufels / tt3-facts
Provide Facts & Reasons Content-Element
1.0.4
2024-07-09 13:15 UTC
Requires
- typo3/cms-core: ^12.4
README
[ ṯeufels ] Facts/Reasons
Provide Facts & Reasons Content-Element based on CountUp.js
This version supports TYPO3
Composer support
composer req teufels/tt3-facts
CountUp.js Documents
Requirements
CountUp.js: >=2.6.0 (UMD)
How to use
- Install with composer
- Import Static Template (before sitepackage)
- make own Layout by override Partials (and if needed Theme) in sitepackage
Update & Migration from hive_facts
- in composer.json replace
beewilly/hive_facts
with"teufels/tt3-facts":"^1.0"
- Composer update
- Include TypoScript set
[teufels] Facts/Reasons
- Analyze Database Structure -> Add tables & fields (do not remove old hive_facts yet)
- Perform Upgrade Wizards
[teufels] Facts/Reasons
- Analyze Database Structure -> Remove tables & unused fields (remove old hive_facts now)
- class & id changed -> adjust styling in sitepackage (e.g. hive-facts-item => facts-item)
- check & adjust be user group access rights
- 1.0.4 fix renderContentElementPreviewFromFluidTemplate changed parameters_
- 1.0.3 add Icon to ext_emconf
- 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_facts