causal / tscobj
A plugin which lets you use any TypoScript object as a normal content element.
Fund package maintenance!
simonschaufi
www.paypal.me/simonschaufi/10
Installs: 19 574
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 5
Forks: 6
Open Issues: 0
Type:typo3-cms-extension
Requires
- typo3/cms-backend: ^11.4
- typo3/cms-core: ^11.4
- typo3/cms-extbase: ^11.4
- typo3/cms-frontend: ^11.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.1
- helmich/typo3-typoscript-lint: ^2.5
- squizlabs/php_codesniffer: ^3.6
- typo3/tailor: ^1.3
Replaces
- typo3-ter/tscobj: v3.0.2
README
A plugin which lets you use any TypoScript object as a normal content element.
Installation
composer require simonschaufi/tscobj
Usage
Define your TypoScript:
lib.test = TEXT
lib.test.value = Show this text as content
Add the TypoScript Object Plugin on your page and paste the TypoScript config path lib.test
in the plugin configuration.