From 232dc4f89b9cb8cd307bc91fbf2de1e4ef251951 Mon Sep 17 00:00:00 2001 From: Michal Czaplinski Date: Thu, 6 Jul 2023 18:06:05 +0100 Subject: [PATCH] Remove the (now unnecessary) behaviors schemas for the settings. --- schemas/json/theme.json | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/schemas/json/theme.json b/schemas/json/theme.json index 400041ee028a69..665b44a4d02c6c 100644 --- a/schemas/json/theme.json +++ b/schemas/json/theme.json @@ -660,27 +660,9 @@ } } }, - "settingsPropertiesBehaviors": { - "type": "object", - "properties": { - "behaviors": { - "description": "Settings related to behaviors.", - "type": "object", - "properties": { - "lightbox": { - "description": "Allow users to enable/disable lightbox.", - "type": "boolean", - "default": false - } - }, - "additionalProperties": false - } - } - }, "settingsProperties": { "allOf": [ { "$ref": "#/definitions/settingsPropertiesAppearanceTools" }, - { "$ref": "#/definitions/settingsPropertiesBehaviors" }, { "$ref": "#/definitions/settingsPropertiesBorder" }, { "$ref": "#/definitions/settingsPropertiesColor" }, { "$ref": "#/definitions/settingsPropertiesDimensions" }, @@ -701,7 +683,6 @@ { "properties": { "appearanceTools": {}, - "behaviors": {}, "border": {}, "color": {}, "dimensions": {},