teufels / tt3-barometer
创建 & 列出气压计
1.0.2
2024-07-09 13:16 UTC
Requires
- typo3/cms-core: ^12.4
README
[ ṯeufels ] 气压计
创建 & 列出气压计
此版本支持TYPO3
Composer支持
composer req teufels/tt3-barometer
要求
jQuery
如何使用
- 使用composer安装
- 导入静态模板(在sitepackage之前)
- 在后台创建"气压计"记录
- 放置插件并选择要显示的"气压计(s)"
- 选择"动画"
- 在"自定义"中,您可以在sitepackage中通过覆盖sitepackage中的tt3_barometer.js来创建自己的动画(TS设置 & js文件)并创建自定义动画
从hive_barometer更新 & 迁移
- 在composer.json中将
beewilly/hive_barometer
替换为"teufels/tt3-barometer":"^1.0"
- Composer更新
- 包含TypoScript设置
[teufels] Barometer
- 分析数据库结构 -> 添加表和字段(不要删除旧的hive_barometer)
- 执行升级向导
[teufels] Barometer
- 分析数据库结构 -> 删除表和未使用字段(现在删除旧的hive_barometer)
- 类 & id已更改 -> 调整sitepackage中的样式(例如,tx-hive-barometer => tx-tt3-barometer)
- 检查并调整用户组访问权限
变更日志
- 1.0.2 修复了renderContentElementPreviewFromFluidTemplate更改的参数
- 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_barometer初始化