Closed Neophen closed 5 years ago
This seems to be an issue with the Symfony YAML parser. Although I'm not sure what the correct behavior should be.
Do you actually need that space? What if we just trimmed off extra space? That would fix the error but you'd lose the space if it was intentional.
This issue has been inactive and in need of more information for a while now. Feel free to reopen and we'd be more than happy to take another look if you have more info that can help!
Yeah it's ok i'm now trimming the spaces :)
Describe the bug If the text has a starting space it breaks the parsing for e.g.:
Where is an actual space.
When
type: textarea
is saved with a starting space this exception is thrown:To Reproduce
type: textarea
Expected behavior the parser should not break.
Environment details (please complete the following information):