in2code / typoscript2ce
Render typoscript as content element
Installs: 70 609
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 5
Forks: 1
Open Issues: 0
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^11.5 || ^12.4 || ^13.0
Replaces
- typo3-ter/typoscript2ce: 7.0.0
README
Render some typoscript as a content element in TYPO3
What does it do
If you want to render some TypoScript as a Content Element, you can use this plugin. This plugin is really a small plugin without any deeper logic, but should help you with your daily work.
Quickstart
- Install extension
composer require in2code/typoscript2ce
- Add some TypoScript to the current (or the root) page (e.g. lib.myTypoScript)
- Add the plugin to a page
- Call same Typoscript object (like lib.anything) into the FlexForm Field
- Done
Example
Just define your TypoScript:
lib.anything = TEXT
lib.anything.value = Show this text as content
And let it render by adding a new content element of type plugin typoscript2ce.
What else
You can enable caching for the plugin in the extension manager settings, if you need it.