FEATURE Adding spacing settings for blocks in theme configuration
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
0c810a75ca
commit
1e72082492
14
theme.json
14
theme.json
|
|
@ -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": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user