document-internationalization icon indicating copy to clipboard operation
document-internationalization copied to clipboard

feat: make the initial value template generation optional

Open Jamiewarb opened this issue 2 years ago • 0 comments

Currently there is no way to opt-out of the initial value template generation, and instead they need to be removed if not being used.

This commit adds a configuration option to opt-out of either the static, parametized or both template generation.

By default, both are still generated.

initialValueTemplates: false will prevent any generation initialValueTemplates: 'static' will only generate the static templates initialValueTemplates: 'parameterized' will only generate the parameterized templates

Jamiewarb avatar Dec 19 '23 21:12 Jamiewarb