We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0f579c commit 5416b9cCopy full SHA for 5416b9c
app/code/Magento/Config/etc/system_file.xsd
@@ -435,7 +435,10 @@
435
<xs:simpleType name="typePath">
436
<xs:annotation>
437
<xs:documentation>
438
- Path identifier. Item can has only [A-Za-z_0-9/.]. Minimal length 8 symbol. Case sensitive.
+ <![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
+ ]]>
442
</xs:documentation>
443
</xs:annotation>
444
0 commit comments