teufels / tt3-facts
提供事实与理由内容元素
1.0.4
2024-07-09 13:15 UTC
Requires
- typo3/cms-core: ^12.4
README
[ ṯeufels ] Facts/Reasons
基于CountUp.js提供事实与理由内容元素
此版本支持TYPO3
Composer支持
composer req teufels/tt3-facts
CountUp.js 文档
需求
CountUp.js: >=2.6.0 (UMD)
如何使用
- 使用Composer安装
- 导入静态模板(在站点包之前)
- 通过在站点包中覆盖部分(以及如果需要主题)来创建自己的布局
从hive_facts更新和迁移
- 在composer.json中将
beewilly/hive_facts
替换为"teufels/tt3-facts":"^1.0"
- Composer更新
- 包含TypoScript集
[teufels] Facts/Reasons
- 分析数据库结构 -> 添加表和字段(不要删除旧的hive_facts)
- 执行升级向导
[teufels] Facts/Reasons
- 分析数据库结构 -> 删除表和未使用字段(现在删除旧的hive_facts)
- 类和ID已更改 -> 调整站点包中的样式(例如 hive-facts-item => facts-item)
- 检查并调整用户组的访问权限
- 1.0.4修复renderContentElementPreviewFromFluidTemplate更改了参数_
- 1.0.3添加图标到ext_emconf
- 1.0.2更改c-
- 1.0.1将已弃用的allowTableOnStandardPages()更改为ignorePageTypeRestriction (https://docs.typo3.org/m/typo3/reference-tca/12.4/en-us/Ctrl/Properties/Security.html#ctrl-security-ignorepagetyperestriction)
- 1.0.0从hive_facts初始