File tree 3 files changed +9
-0
lines changed
3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 343
343
</xs : simpleType >
344
344
</xs : attribute >
345
345
<xs : attribute name =" overwrite" type =" xs:boolean" use =" optional" />
346
+ <xs : attribute name =" json" type =" xs:boolean" use =" optional" />
346
347
<xs : attribute name =" package" type =" handle" use =" required" />
347
348
</xs : extension >
348
349
</xs : simpleContent >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <concrete5-cif version =" 1.0" >
3
+ <config >
4
+ <option name =" o1" json =" wrong" package =" " >foo</option >
5
+ </config >
6
+ </concrete5-cif >
Original file line number Diff line number Diff line change 15
15
<option name =" o12" storage =" database" package =" my_package" >foo</option >
16
16
<option name =" o13" storage =" database" overwrite =" false" package =" my_package" >foo</option >
17
17
<option name =" o14" storage =" database" overwrite =" true" package =" my_package" >foo</option >
18
+ <option name =" o14" storage =" database" overwrite =" true" json =" false" package =" my_package" >foo</option >
19
+ <option name =" o14" storage =" database" overwrite =" true" json =" true" package =" my_package" >true</option >
18
20
</config >
19
21
</concrete5-cif >
You can’t perform that action at this time.
0 commit comments