Skip to content

Commit

Permalink
Block JSON schema: Add layout.allowCustomContentAndWideSize field (#…
Browse files Browse the repository at this point in the history
…59736)

Co-authored-by: t-hamano <wildworks@git.wordpress.org>
Co-authored-by: fabiankaegy <fabiankaegy@git.wordpress.org>
  • Loading branch information
3 people committed Mar 10, 2024
1 parent 54708c1 commit 17ef9a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions schemas/json/block.json
Expand Up @@ -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
}
}
}
Expand Down

0 comments on commit 17ef9a6

Please sign in to comment.