Unfortunatly the Solutions with the Modules Plugin and stetting pages: ture are not working.
I build a onepager according to the Tutorial. now i want to add blueprints to the Sections. As log as I do not add another blueprint to the folder blueprints/pages it looks like that:
Looks like your identation is wrong. All - width: xxx should be indented. Why do you create a new column and section for each single field? You might as well set the field width .
I played around with the default layout, and saw, that fields switch in the next row, wenn they don’t fit. like in css grid… I was not aware that i created new columns for every field.
I’d set it up like this (if you don’t need a file upload and just the fields:
title: Experience
icon: 💪
fields:
secTitle:
label: Section title
type: text
width: 1/1
title_sterling:
label: Period
type: text
width: 1/3
location_sterling:
label: Location/s
type: text
width: 1/3
time_sterling:
label: Period
type: text
width: 1/3
text_sterling:
label: Description
type: text
width: 1/1
Even if you use columns, you don’t have to set up a separate section for each field, but you can use fields within a column without defining a section. Apart from that, your section are not correctly defined, anyway.