Can I change the width of "preset: page" in blueprint?

Can I change the width of “preset: page” in blueprint?

I want to use full width for “preset: page”.
For example “width: 1/1”

But is this possible?

You mean have the fields full width and underneath the list of page full width as well?

The whole purpose of presets is to provide the given layout. If you don’t want that, use columns instead:

title: Somepage

columns:
  columnA:
    width: 1/1
    fields:
      # your fields
  columnB:
    width: 1/1
    sections:
      pages:
        type: pages
        headline: Someheadline
1 Like

Thank you very much for the perfect answer I wanted! :smiling_face_with_three_hearts: