From 247579e6a2a780927683ae225501b16af3a084e8 Mon Sep 17 00:00:00 2001 From: Aki Hamano <54422211+t-hamano@users.noreply.github.com> Date: Mon, 27 Mar 2023 07:18:49 +0900 Subject: [PATCH] Theme JSON schema: Add position.sticky and dimensions.minHeight properties to settings (#49335) --- 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.",