=============== 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 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 `Extension Repository `_ by downloading either the t3x or zip version. Upload the file afterwards in the Extension Manager. 2. Get extension from `TYPO3 Composer Repository `_ ******************************************************************************** .. code-block:: http { "repositories": [ { "type": "composer", "url": "https://composer.typo3.org/" } ], "require": { "typo3-ter/typoscript-code": "*" } } ************** Version status ************** * Version **5.x** + Compatible with TYPO3 6.2.x - 7.6.x * Version **6.x** + Compatible with TYPO3 8.7.x ************ 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. .. image:: /Resources/Public/example.jpg .. :border: 0 .. :align: left