update CP schema to allow boolean values for Enabled field

This commit is contained in:
Jesse Plamondon-Willard 2019-11-16 18:32:50 -05:00
parent 31db556d02
commit 3d4276707b
No known key found for this signature in database
GPG Key ID: CF8B1456B3E29F49
1 changed files with 3 additions and 0 deletions

View File

@ -132,6 +132,9 @@
{
"type": "string",
"pattern": "\\{\\{[^{}]+\\}\\}"
},
{
"type": "boolean"
}
],
"@errorMessages": {