Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1012 Bytes

File metadata and controls

14 lines (9 loc) · 1012 Bytes

TypoScript Rendering Build Status

This extension provides a possibiltiy to render arbitrary TypoScript paths in a given record context.

This is espeacially useful for rendering a plugin via an AjaxRequest

Composer installation

As TYPO3 core aims to embrace composer more and more, it might be helpful to know how to install the extension via composer. For this, not the github repository is used, but the official TER, so the same source you use for installation via extension manager. TYPO3 has an own packagist service that distributes TER extensions for composer installation.

For this to work, copy the repository block as shown in the information page into your composer.json file and then run the command composer require typo3-ter/typoscript-rendering on command line.