FEATURE Adding a test layout widesize (not working)

This commit is contained in:
Antoine M 2025-12-04 16:59:45 +01:00
parent 84907a6901
commit a3047cb85c

View File

@ -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"
}
}
}
} }
} }
} }