Skip to content

Commit 2c8638b

Browse files
author
Stanislav Idolov
authored
ENGCOM-2712: [Forwardport] Allows modules with underscores in name to set custom a frontend_model in system.xml #17448
2 parents fdd8a5d + 962fde8 commit 2c8638b

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)