InitTemplateConstructorParameters.options property
Optional configuration options for the Liquid templating engine.
Signature
options?: LiquidOptions;
Remarks
These options customise the behaviour of the Liquid template engine used for rendering template files. The options are merged with the required root property (set to templatesPath) when initialising the engine. Common options include strictFilters, strictVariables, and trimOutputLeft/trimOutputRight for controlling whitespace handling.
Refer to the Liquid documentation for the complete list of available configuration options: <https://liquidjs.com/tutorials/options.html>
Generated via tsdoc2docusaurus 1.3.2 by API Extractor/Documenter 7.57.2.