Important: #84420 - Properly escape reserved chars in YAML¶
See forge#84420
Description¶
If dealing with YAML files in the TYPO3 system - for instance to configure forms
using the form
extension or if configuring ckeditor
- integrators should properly
quote strings containing special characters like @
or %
to be upwards compatible
with the version 4 symfony YAML parser.
More information can be found in the Symfony docs.