elementareteilchen / typoscriptconditions
collection of useful TypoScript conditions
Installs: 92
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^7.6|^8.7
Replaces
- typo3-ter/typoscriptconditions: 1.0.2
This package is auto-updated.
Last update: 2024-12-09 17:01:55 UTC
README
this extensions aims to be a collection of useful custom TypoScript Condtions. We have
-
PageTranslationsCount. Usage example:
[ElementareTeilchen\Typoscriptconditions\PageTranslationsCount < 1] // do something fancy if current page was not yet translated to any other language besides default language [end]