Installation
Requirements
- PHP 8.2 - 8.5
- TYPO3 13.4 LTS - 14.3 LTS
Installation
Require the extension via Composer (recommended):
composer require cpsit/typo3-handlebars
Copied!
Or download it from the TYPO3 extension repository.
Site sets
The extension provides two site sets that can be included in the site configuration or any other site set.
-
cpsit/— Handlebars basehandlebars - Wires
plugin.andtx_ handlebars. view. template Root Paths plugin.from the site settingstx_ handlebars. view. partial Root Paths handlebars.andview. template Root Path handlebars..view. partial Root Path - Include this set for every site that renders Handlebars templates.
- Wires
-
cpsit/— Handlebars content elementshandlebars- content- element - Sets
lib., replacing the default Fluid base object used by EXT:fluid_styled_content.content Element = HANDLEBARSTEMPLATE - Include this set when all content elements should use Handlebars rendering by default.
- Sets
config/sites/<my-site>/config.yaml
dependencies:
- cpsit/handlebars
- cpsit/handlebars-content-element
Copied!