diff --git a/cms/src/api/customer/content-types/customer/schema.json b/cms/src/api/customer/content-types/customer/schema.json index 59bda1d..494450d 100644 --- a/cms/src/api/customer/content-types/customer/schema.json +++ b/cms/src/api/customer/content-types/customer/schema.json @@ -60,6 +60,9 @@ "nonalcoholic": { "type": "boolean" }, + "nonalcoholicshots": { + "type": "boolean" + }, "group": { "type": "string" },