Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 463 Bytes

2020-11-20-simplify-config-name-pattern.md

File metadata and controls

14 lines (14 loc) · 463 Bytes
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
---

Core

  • Changed regular expression for valid configuration names in src/Core/System/SystemConfig/Schema/config.xsd

Upgrade Information

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.