twig-extra-bundle icon indicating copy to clipboard operation
twig-extra-bundle copied to clipboard

set default value for html_input, quote the unordered_list_markers va…

Open tacman opened this issue 10 months ago • 0 comments

configuration fix, so that

bin/console config:dump twig_extra > config/packages/twig_extra.yaml

now generated valid yaml and a valid configuration.

But I'm not sure that quoting the default values is correct.

                                ->defaultValue(["'-'", "'*'", "'+'"])

The YAML dumper should probably check for yaml keywords like these and quote them.

tacman avatar Feb 08 '25 14:02 tacman