elementareteilchen/typoscriptconditions

collection of useful TypoScript conditions

Maintainers

Package info

github.com/ElementareTeilchen/typoscriptconditions

Type:typo3-cms-extension

pkg:composer/elementareteilchen/typoscriptconditions

Statistics

Installs: 92

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

1.0.2 2021-07-09 09:36 UTC

This package is auto-updated.

Last update: 2026-03-09 19:44:20 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]