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: 14 378
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 5
Forks: 7
Open Issues: 1
Type:typo3-cms-extension
Requires
- php: >= 7.1
- typo3/cms-core: ^8.7
Replaces
- typo3-ter/tscobj: v1.0.2
README
A plugin which lets you use any TypoScript object as a normal content element.
Installation
composer require causal/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.