elementareteilchen/typoscriptconditions

有用 TypoScript 条件的集合

安装: 92

依赖: 0

建议者: 0

安全性: 0

星标: 1

关注者: 3

分支: 0

开放性问题: 0

类型:typo3-cms-extension

1.0.2 2021-07-09 09:36 UTC

This package is auto-updated.

Last update: 2024-09-09 16:32:27 UTC


README

这个扩展旨在成为有用自定义 TypoScript 条件的集合。我们有

  • PageTranslationsCount。使用示例

     [ElementareTeilchen\Typoscriptconditions\PageTranslationsCount < 1]
         // do something fancy if current page was not yet translated to any other language besides default language
     [end]