A plugin which lets you use any TypoScript object as a normal content element.
See tscobj Extension documentation
The recommended way to install the extension is using Composer.
Run the following command within your Composer based TYPO3 project:
composer require simonschaufi/tscobjDownload and install the extension with the extension manager module in the TYPO3 backend.
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.
We follow semantic versioning, which means, that
- bugfix updates (e.g. 1.0.0 => 1.0.1) just includes small bugfixes or security relevant stuff without breaking changes,
- minor updates (e.g. 1.0.0 => 1.1.0) includes new features and smaller tasks without breaking changes,
- and major updates (e.g. 1.0.0 => 2.0.0) breaking changes which can be refactorings, features or bugfixes.