Extension configuration
The extension provides configuration options via TYPO3's extension
configuration. These are mapped onto typed configuration classes and
are available for autowiring as
\CPSIT\.
Properties
rendering.strictMode
- Type
- boolean
- Default
false- Description
- Enables strict mode for the Handlebars renderer. In strict mode, the compiled template throws an exception as soon as it encounters a variable, property, or path that does not exist, instead of silently rendering an empty string. This is useful during development to catch typos in variable names and template paths early.
See also
Debug mode for context on why this setting replaces the previous, debug-mode-triggered strict compilation.