Define container size, grid behavior, and responsiveness.
Understand the layout object in IR1.1.
The layout object controls the page structure.
Container settings control maximum width and side spacing.
Grid tells DaizLab how sections should generally arrange content.
Responsive tells the engine the page should adapt to smaller screens.
"layout": {
"container": {
"maxWidth": "1180px",
"padding": "32px"
},
"grid": "mixed",
"responsive": true
}The current compiler uses a practical responsive grid.
Later versions can make grid behavior more advanced.
Using numbers instead of CSS strings like 1180px.
Setting responsive to a string instead of boolean true or false.
INITIALIZING DAIZLAB
Define container size, grid behavior, and responsiveness.
Understand the layout object in IR1.1.
The layout object controls the page structure.
Container settings control maximum width and side spacing.
Grid tells DaizLab how sections should generally arrange content.
Responsive tells the engine the page should adapt to smaller screens.
"layout": {
"container": {
"maxWidth": "1180px",
"padding": "32px"
},
"grid": "mixed",
"responsive": true
}The current compiler uses a practical responsive grid.
Later versions can make grid behavior more advanced.
Using numbers instead of CSS strings like 1180px.
Setting responsive to a string instead of boolean true or false.