Download the PHP package simonschaufi/tscobj without Composer
On this page you can find all versions of the php package simonschaufi/tscobj. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download simonschaufi/tscobj
More information about simonschaufi/tscobj
Files in simonschaufi/tscobj
Package tscobj
Short Description A plugin which lets you use any TypoScript object as a normal content element.
License GPL-2.0-or-later
Homepage https://github.com/simonschaufi/t3ext-tscobj
Informations about the package tscobj
TYPO3 Extension tscobj
A plugin which lets you use any TypoScript object as a normal content element.
Documentation
See tscobj Extension documentation
Usage
Installation
Installation using Composer
The recommended way to install the extension is using Composer.
Run the following command within your Composer based TYPO3 project:
Installation as extension from TYPO3 Extension Repository (TER)
Download and install the extension with the extension manager module in the TYPO3 backend.
Integration
Define your TypoScript:
Add the TypoScript Object Plugin on your page and paste the TypoScript config path lib.test
in the plugin configuration.
Release Management
We follow semantic versioning, which means, that
- bugfix updates (e.g. 1.0.0 => 1.0.1) just includes small bugfixes or security relevant stuff without breaking changes,
- minor updates (e.g. 1.0.0 => 1.1.0) includes new features and smaller tasks without breaking changes,
- and major updates (e.g. 1.0.0 => 2.0.0) breaking changes which can be refactorings, features or bugfixes.
All versions of tscobj with dependencies
typo3/cms-backend Version ^13.4
typo3/cms-core Version ^13.4
typo3/cms-frontend Version ^13.4