Skip to content

simonschaufi/t3ext-tscobj

Repository files navigation

TYPO3 Extension tscobj

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.