simonschaufi / 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: 10 651
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 7
Forks: 7
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: ^8.1
- typo3/cms-backend: ^12.4
- typo3/cms-core: ^12.4
- typo3/cms-frontend: ^12.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.49
- squizlabs/php_codesniffer: ^3.8
- ssch/typo3-rector: ^1.7
- typo3/cms-fluid-styled-content: ^12.4
- typo3/cms-tstemplate: ^12.4
- typo3/tailor: ^1.5
Replaces
- typo3-ter/tscobj: v4.0.1
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.