- Merge request !741[#3547520] feat: TypeError if YAML contains custom tag β (Open) created by jrockowitz
YAML can contain custom tags: https://symfony.com/doc/current/components/yaml.html#parsing-and-dumping...
I don't think it is useful in webform but it should not break forms.
If the webform YAML contains a custom tag, it triggers this error:
TypeError:
strlen(): Argument #1 ($string) must be of type string, Symfony\Component\Yaml\Tag\TaggedValue given
Don't enable webform_ui.
Browse to /admin/structure/webform/manage/[webform_id].
Save this YAML:
foo:
'#markup': !my_tag
foo: bar
The error could be handled more gracefully.
Active
6.3
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.