Skip to content

Commit

Permalink
Remove the (now unnecessary) behaviors schemas for the settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
michalczaplinski committed Jul 6, 2023
1 parent a9e379f commit 232dc4f
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions schemas/json/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand All @@ -701,7 +683,6 @@
{
"properties": {
"appearanceTools": {},
"behaviors": {},
"border": {},
"color": {},
"dimensions": {},
Expand Down

0 comments on commit 232dc4f

Please sign in to comment.