Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 16
---
title: Simplify config name pattern
issue: NEXT-12325
author: Joshua Behrens
author_email: [email protected]
author_github: @JoshuaBehrens
---
- Changed regular expression for valid configuration names in
src/Core/System/SystemConfig/Schema/config.xsd
System and plugin configurations made with config.xml
can now have less than 4
characters as configuration key but are not allowed anymore to start with a
number.