elementareteilchen/typoscriptconditions

collection of useful TypoScript conditions

1.0.2 2021-07-09 09:36 UTC

This package is auto-updated.

Last update: 2024-04-09 15:29:02 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]