causal/tscobj

This package is abandoned and no longer maintained. The author suggests using the simonschaufi/tscobj package instead.

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

Installs: 19 574

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 5

Forks: 6

Open Issues: 0

Type:typo3-cms-extension

v3.0.2 2022-11-08 09:30 UTC

This package is auto-updated.

Last update: 2022-11-08 09:30:43 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.