FEATURE Adding spacing settings for blocks in theme configuration
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nonimart 2025-11-06 12:39:10 +01:00
parent 0c810a75ca
commit 1e72082492

View File

@ -1,6 +1,15 @@
{ {
"version": 1, "version": 1,
"settings": { "settings": {
"spacing": {
"blockGap": true,
"units": [
"px",
"em",
"rem",
"%"
]
},
"blocks": { "blocks": {
"core/button": { "core/button": {
"border": { "border": {
@ -24,6 +33,11 @@
"text": false, "text": false,
"custom": false "custom": false
} }
},
"core/columns": {
"spacing": {
"blockGap": true
}
} }
}, },
"layout": { "layout": {