itribe / typoscript-code
TypoScript code extension
Installs: 12 734
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 4
Forks: 4
Open Issues: 0
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^12.4||^13.4
Replaces
- typo3-ter/typoscript-code: 7.0.0
This package is auto-updated.
Last update: 2024-11-07 15:41:31 UTC
README
TypoScript code
TYPO3 extension for inserting any TypoScript code to a page as a normal content element.
Installation
There are following ways for extension installation.
1. Get extension using PHP Composer
composer require itribe/typoscript-code
2. Get extension from the Extension Manager
Press the "Retrieve/Update" button and search for the extension key "typoscript_code" and import the extension from the repository. Also you can get current version from TYPO3 Extension Repository by downloading either the t3x or zip version. Upload the file afterwards in the Extension Manager.
Version status
Users manual
Just add this plugin to a page at a place you like and enter some TypoScript code to a text field. Code is considering to be a COA definition, it will be rendered by TYPO3 and inserted to a page.
Code could access definitions from website TypoScript templates, as well as constants.