File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
app/code/Magento/Backend/etc Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 85
85
<xs : simpleType name =" typeId" >
86
86
<xs : annotation >
87
87
<xs : documentation >
88
- Item id attribute can has only [a-z0-9/_]. Minimal length 3 symbol . Case insensitive.
88
+ Item id attribute can have only [a-z0-9/_]. Minimal length 3 characters . Case insensitive.
89
89
</xs : documentation >
90
90
</xs : annotation >
91
91
<xs : restriction base =" xs:string" >
96
96
<xs : simpleType name =" typeAction" >
97
97
<xs : annotation >
98
98
<xs : documentation >
99
- Item action attribute can has only [a-zA-Z0-9/_]. Minimal length 3 symbol
99
+ Item action attribute can have only [a-zA-Z0-9/_]. Minimal length 3 characters.
100
100
</xs : documentation >
101
101
</xs : annotation >
102
102
<xs : restriction base =" xs:string" >
107
107
<xs : simpleType name =" typeTitle" >
108
108
<xs : annotation >
109
109
<xs : documentation >
110
- Item title attribute minimal length 3 symbol
110
+ Item title attribute minimal length 3 characters.
111
111
</xs : documentation >
112
112
</xs : annotation >
113
113
<xs : restriction base =" xs:string" >
119
119
<xs : simpleType name =" typeModule" >
120
120
<xs : annotation >
121
121
<xs : documentation >
122
- Item module attribute can has only [a-z0-9_]. Minimal length 3 symbol . Case insensitive.
122
+ Item module attribute can have only [a-z0-9_]. Minimal length 3 characters . Case insensitive.
123
123
</xs : documentation >
124
124
</xs : annotation >
125
125
<xs : restriction base =" xs:string" >
130
130
<xs : simpleType name =" typeResource" >
131
131
<xs : annotation >
132
132
<xs : documentation >
133
- Item resource attribute can has only [a-z0-9_]. Minimal length 3 symbol . Case insensitive.
133
+ Item resource attribute can have only [a-z0-9_]. Minimal length 3 characters . Case insensitive.
134
134
</xs : documentation >
135
135
</xs : annotation >
136
136
<xs : restriction base =" xs:string" >
141
141
<xs : simpleType name =" typeDependsConfig" >
142
142
<xs : annotation >
143
143
<xs : documentation >
144
- Item resource attribute can has only [a-z0-9_]. Minimal length 3 symbol . Case insensitive.
144
+ Item dependsOnConfig attribute can have only [a-z0-9_]. Minimal length 3 characters . Case insensitive.
145
145
</xs : documentation >
146
146
</xs : annotation >
147
147
<xs : restriction base =" xs:string" >
You can’t perform that action at this time.
0 commit comments