From c7a8d980b365abc0560290b81f2ef479e5a3736b Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Mon, 15 Jan 2024 09:28:52 +0000 Subject: [PATCH] add some sensible defaults to theme/json --- sample-wp-block-theme/theme.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sample-wp-block-theme/theme.json b/sample-wp-block-theme/theme.json index 8812f95..a0b671c 100644 --- a/sample-wp-block-theme/theme.json +++ b/sample-wp-block-theme/theme.json @@ -1,4 +1,8 @@ { "version": 2, - "$schema": "https://schemas.wp.org/trunk/theme.json" + "$schema": "https://schemas.wp.org/trunk/theme.json", + "settings": { + "useRootPaddingAwareAlignments": true, + "appearanceTools": true + } } \ No newline at end of file