FEATURE Adding a test layout widesize (not working)
This commit is contained in:
parent
84907a6901
commit
a3047cb85c
17
theme.json
17
theme.json
|
|
@ -3,7 +3,11 @@
|
||||||
"settings": {
|
"settings": {
|
||||||
"layout": {
|
"layout": {
|
||||||
"contentSize": "960px",
|
"contentSize": "960px",
|
||||||
"wideSize": "1280px"
|
"wideSize": "1280px",
|
||||||
|
"xWideSize": "1400px",
|
||||||
|
"custom": {
|
||||||
|
"xWideSize": "1400px"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"spacing": {
|
"spacing": {
|
||||||
"blockGap": true,
|
"blockGap": true,
|
||||||
|
|
@ -130,6 +134,17 @@
|
||||||
"size": "1.875rem"
|
"size": "1.875rem"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"styles": {
|
||||||
|
"blocks": {
|
||||||
|
"core/columns": {
|
||||||
|
"layout": {
|
||||||
|
"contentSize": "960px",
|
||||||
|
"wideSize": "1280px",
|
||||||
|
"xWideSize": "1400px"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user