schemachange icon indicating copy to clipboard operation
schemachange copied to clipboard

Add support for Jinja environment options in schemachange configuration.

Open rosspb3 opened this issue 1 year ago • 0 comments

Added ability to configure some Jinja Environment settings within the schemachange configuration via a new "jinja" section. This section would allow users to customize several parsing and rendering options in Jinja like trim_blocks lstrip_blocks, block_start_string, block_end_string, variable_start_string, variable_end_string, but disallows changing settings which could impact the behavior of schemachange like undefined, loader, enable_async.

rosspb3 avatar Feb 07 '24 19:02 rosspb3