Created
November 16, 2021 18:46
-
-
Save ryanwelcher/4819f35dbba2ea7af1cdc350fcadb8ee to your computer and use it in GitHub Desktop.
WordPress 5.9 Theme.json blockGap support and block level overrides.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://schemas.wp.org/trunk/theme.json", | |
"version": 1, | |
"settings": { | |
"spacing": { | |
"blockGap": true | |
}, | |
"blocks": { | |
"core/buttons": { | |
"spacing": { | |
"blockGap": false | |
} | |
}, | |
"core/columns": { | |
"spacing": { | |
"blockGap": false | |
} | |
}, | |
"core/navigation": { | |
"spacing": { | |
"blockGap": false | |
} | |
}, | |
"core/social-links": { | |
"spacing": { | |
"blockGap": false | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment