elementareteilchen/typoscriptconditions

collection of useful TypoScript conditions

Installs: 92

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:typo3-cms-extension

pkg:composer/elementareteilchen/typoscriptconditions

1.0.2 2021-07-09 09:36 UTC

This package is auto-updated.

Last update: 2025-09-09 18:31:46 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]