Skip to content

Commit 5416b9c

Browse files
committed
MAGETWO-37688: Refactor configuration
- CR
1 parent f0f579c commit 5416b9c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,10 @@
435435
<xs:simpleType name="typePath">
436436
<xs:annotation>
437437
<xs:documentation>
438-
Path identifier. Item can has only [A-Za-z_0-9/.]. Minimal length 8 symbol. Case sensitive.
438+
<![CDATA[
439+
Path identifier. Item can has only [a-zA-Z0-9/_:]. Minimal length 8 symbol. Case sensitive.
440+
For example: <Magento_Module>::path/to/file.xml (path in the "etc/adminhtml" area in module)
441+
]]>
439442
</xs:documentation>
440443
</xs:annotation>
441444

0 commit comments

Comments
 (0)