hauerheinrich / hh-accordion
Hauer-Heinrich - 内容手风琴
0.6.4
2024-03-21 09:41 UTC
Requires
- typo3/cms-core: ^11.5.0 || ^12.2.0
- typo3/cms-fluid: ^11.5.0 || ^12.2.0
- typo3/cms-fluid-styled-content: ^11.5.0 || ^12.2.0
- typo3/cms-frontend: ^11.5.0 || ^12.2.0
Replaces
- hauer-heinrich/hh_accordion: 0.6.4
- typo3-ter/hh-accordion: 0.6.4
This package is auto-updated.
Last update: 2024-09-12 09:47:09 UTC
README
它做什么?
此扩展向前端添加一个内容元素,用于显示简单的手风琴或标签菜单。
安装
... 像其他TYPO3扩展一样 extensions.typo3.org
此外:包含页面配置 - 切换到您网站的根页面。 - 编辑页面属性 - 切换到资源选项卡 - 选择EXT:hh_accordion :: Hauer-Heinrich - 手风琴页面TS
功能
- 手风琴或标签菜单切换按钮
- 尝试使其无障碍/无障碍
- 您可以通过TypoScript设置内联/irre字段内容元素的允许CType(默认:'all'),例如。
tt_content.hhaccordion_hh_accordion { settings { allowedCtypes = textmedia,text,image,textpic,uploads } }
常量编辑器
包含手风琴的CSS样式/布局:plugin.tx_hhaccordion.settings.cssFileStyleAccordion = 0或提供的主题(例如accordion_default)
包含标签的CSS样式/布局:plugin.tx_hhaccordion.settings.cssFileStyleTabs = 0或提供的主题(例如tabs_default)
哈希/历史功能:plugin.tx_hhaccordion.settings.jsFileAccordion = 0或1
包含"标签"JavaScript文件(对于功能是必需的):plugin.tx_hhaccordion.settings.jsFileTabs = 0或1
许可证
MIT