Skip to content

Commit de9adbc

Browse files
author
Stanislav Idolov
authored
ENGCOM-2674: Allows modules with underscores in name to set custom a frontend_model in system.xml #14397
2 parents a35e44b + 4cc9e33 commit de9adbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Config/etc/system_file.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@
474474
</xs:documentation>
475475
</xs:annotation>
476476
<xs:restriction base="xs:string">
477-
<xs:pattern value="[A-Za-z0-9\\:]+" />
477+
<xs:pattern value="[A-Za-z0-9_\\:]+" />
478478
<xs:minLength value="5" />
479479
</xs:restriction>
480480
</xs:simpleType>

0 commit comments

Comments
 (0)