sebastianstein / placeholder
dev-develop
2022-10-25 08:45 UTC
Requires
- php: >=7.2.0
- ext-dom: *
- ext-json: *
- ext-libxml: *
- typo3/cms-core: ^10.4 || ^11.5
This package is auto-updated.
Last update: 2024-09-25 12:58:17 UTC
README
Placeholder 后端功能当前支持的 TCA 类型
- 输入
进行中
- RTE 插件用于 Placeholder(显示 Placeholder 内容,添加占位符)
- 在 RTE 文本中高亮 Placeholder
调查
- 可清除输入 (.t3js-clearable)
Placeholder 在 pages
在这种情况下,将占位符处理器添加到您的页面数据处理器中
示例:page.10.dataProcessing { 141988 = SebastianStein\Placeholder\DataProcessing\PlaceholderProcessor }