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",
|
||||
"pattern": "\\{\\{[^{}]+\\}\\}"
|
||||
},
|
||||
{
|
||||
"type": "boolean"
|
||||
}
|
||||
],
|
||||
"@errorMessages": {
|
||||
|
|
Loading…
Reference in New Issue