From c32884169c04c3c5f9d33e60569d0483f91f4d6d Mon Sep 17 00:00:00 2001 From: Tetsuaki Hamano Date: Sun, 10 Mar 2024 21:36:07 +0900 Subject: [PATCH] Block JSON schema: Add `layout.allowCustomContentAndWideSize` field --- schemas/json/block.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/schemas/json/block.json b/schemas/json/block.json index ca059291340cc4..a39cec0e78c5d0 100644 --- a/schemas/json/block.json +++ b/schemas/json/block.json @@ -477,6 +477,11 @@ "type": "boolean", "description": "For the `flex` layout type only, determines display of the orientation control in the block toolbar.", "default": true + }, + "allowCustomContentAndWideSize": { + "type": "boolean", + "description": "For the `constrained` layout type only, determines display of the custom content and wide size controls in the block sidebar.", + "default": true } } }