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-forms
Copied!
Or download it from the TYPO3 extension repository.
Site set
The extension ships a site set that provides default TypoScript configuration and site
settings. Include it in your site's config.:
config/sites/<identifier>/config.yaml
dependencies:
- cpsit/handlebars-forms
Copied!
The site set requires two other sets as dependencies: cpsit/handlebars-content-element (from EXT:handlebars) and typo3/form (from EXT:form). Both are declared in the extension's own set, so you do not need to list them separately.