File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
app/code/Magento/PageBuilder/etc Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 161
161
<xs : complexType name =" static_property" >
162
162
<xs : attribute type =" xs:string" name =" source" use =" required" />
163
163
<xs : attribute type =" xs:string" name =" value" use =" optional" />
164
+ <xs : attribute type =" xs:string" name =" persist" use =" optional" />
164
165
</xs : complexType >
165
166
<xs : complexType name =" attributes" >
166
167
<xs : choice maxOccurs =" unbounded" >
Original file line number Diff line number Diff line change 129
129
<xs : element type =" css" name =" css" minOccurs =" 0" maxOccurs =" 1" />
130
130
</xs : sequence >
131
131
<xs : attribute type =" xs:string" name =" name" use =" required" />
132
- <xs : attribute type =" xs:string" name =" path" use =" required " />
132
+ <xs : attribute type =" xs:string" name =" path" use =" optional " />
133
133
</xs : complexType >
134
134
<xs : complexType name =" style_properties" >
135
135
<xs : choice maxOccurs =" unbounded" >
161
161
<xs : complexType name =" static_property" >
162
162
<xs : attribute type =" xs:string" name =" source" use =" required" />
163
163
<xs : attribute type =" xs:string" name =" value" use =" required" />
164
+ <xs : attribute type =" xs:string" name =" persist" use =" optional" />
164
165
</xs : complexType >
165
166
<xs : complexType name =" attributes" >
166
167
<xs : choice maxOccurs =" unbounded" >
You can’t perform that action at this time.
0 commit comments