File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 343343 </xs : simpleType >
344344 </xs : attribute >
345345 <xs : attribute name =" overwrite" type =" xs:boolean" use =" optional" />
346+ <xs : attribute name =" json" type =" xs:boolean" use =" optional" />
346347 <xs : attribute name =" package" type =" handle" use =" required" />
347348 </xs : extension >
348349 </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 1515 <option name =" o12" storage =" database" package =" my_package" >foo</option >
1616 <option name =" o13" storage =" database" overwrite =" false" package =" my_package" >foo</option >
1717 <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 >
1820 </config >
1921</concrete5-cif >
You can’t perform that action at this time.
0 commit comments