From 2706fef21d2cad91c8feccea9fc0a046b3f34a05 Mon Sep 17 00:00:00 2001 From: Tetsuaki Hamano Date: Fri, 24 Mar 2023 09:23:11 +0900 Subject: [PATCH] Theme JSON schema: Add position.sticky and dimensions.minHeight properties to settings --- schemas/json/theme.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/schemas/json/theme.json b/schemas/json/theme.json index 7d76be637ab83d..4417daff97cd05 100644 --- a/schemas/json/theme.json +++ b/schemas/json/theme.json @@ -2068,6 +2068,8 @@ "typography": {}, "border": {}, "shadow": {}, + "position": {}, + "dimensions": {}, "custom": {}, "blocks": { "description": "Settings defined on a per-block basis.",