Skip to content

Instantly share code, notes, and snippets.

@ryanwelcher
Created November 16, 2021 18:46
Show Gist options
  • Save ryanwelcher/4819f35dbba2ea7af1cdc350fcadb8ee to your computer and use it in GitHub Desktop.
Save ryanwelcher/4819f35dbba2ea7af1cdc350fcadb8ee to your computer and use it in GitHub Desktop.
WordPress 5.9 Theme.json blockGap support and block level overrides.
{
"$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