update CP schema to allow boolean values for Enabled field
This commit is contained in:
parent
31db556d02
commit
3d4276707b
|
@ -132,6 +132,9 @@
|
||||||
{
|
{
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"pattern": "\\{\\{[^{}]+\\}\\}"
|
"pattern": "\\{\\{[^{}]+\\}\\}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "boolean"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"@errorMessages": {
|
"@errorMessages": {
|
||||||
|
|
Loading…
Reference in New Issue