A plugin which lets you use any TypoScript object as a normal content element.

Installs: 6 595

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 7

Forks: 7

Open Issues: 0

Type:typo3-cms-extension

v4.0.1 2024-02-05 13:35 UTC

README

Latest Stable Version Total Downloads License TYPO3

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.