in2code/typoscript2ce

Render typoscript as content element

Installs: 66 176

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 5

Forks: 1

Open Issues: 0

Type:typo3-cms-extension

6.0.0 2022-10-18 17:43 UTC

This package is auto-updated.

Last update: 2024-07-18 21:39:58 UTC


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.

Plugin example

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.

Changelog