From e653c45ddfc773bc55e5a6d6d4c62fd47e83abea Mon Sep 17 00:00:00 2001 From: Jeff Ong Date: Wed, 19 Apr 2023 15:00:42 -0400 Subject: [PATCH] Add useRootPaddingAwareAlignments. --- assets/boilerplate/theme.json | 72 ++++++++++++++++------------------- 1 file changed, 33 insertions(+), 39 deletions(-) diff --git a/assets/boilerplate/theme.json b/assets/boilerplate/theme.json index 64cfb482..f5582f1c 100644 --- a/assets/boilerplate/theme.json +++ b/assets/boilerplate/theme.json @@ -1,40 +1,34 @@ { - "$schema": "https://schemas.wp.org/trunk/theme.json", - "settings": { - "appearanceTools": true, - "layout": { - "contentSize": "620px", - "wideSize": "1000px" - }, - "spacing": { - "units": [ - "%", - "px", - "em", - "rem", - "vh", - "vw" - ] - }, - "typography": { - "fontFamilies": [ - { - "fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif", - "name": "System Font", - "slug": "system-font" - } - ] - } - }, - "templateParts": [ - { - "area": "header", - "name": "header" - }, - { - "area": "footer", - "name": "footer" - } - ], - "version": 2 -} \ No newline at end of file + "$schema": "https://schemas.wp.org/trunk/theme.json", + "settings": { + "appearanceTools": true, + "layout": { + "contentSize": "620px", + "wideSize": "1000px" + }, + "spacing": { + "units": [ "%", "px", "em", "rem", "vh", "vw" ] + }, + "typography": { + "fontFamilies": [ + { + "fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif", + "name": "System Font", + "slug": "system-font" + } + ] + }, + "useRootPaddingAwareAlignments": true + }, + "templateParts": [ + { + "area": "header", + "name": "header" + }, + { + "area": "footer", + "name": "footer" + } + ], + "version": 2 +}