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,
|
||||
"settings": {
|
||||
"spacing": {
|
||||
"blockGap": true,
|
||||
"units": [
|
||||
"px",
|
||||
"em",
|
||||
"rem",
|
||||
"%"
|
||||
]
|
||||
},
|
||||
"blocks": {
|
||||
"core/button": {
|
||||
"border": {
|
||||
|
|
@ -24,6 +33,11 @@
|
|||
"text": false,
|
||||
"custom": false
|
||||
}
|
||||
},
|
||||
"core/columns": {
|
||||
"spacing": {
|
||||
"blockGap": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"layout": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user