title: BlueprintA
columns:
top:
width: 1/1
sections:
one:
type: fields
fields:
name:
label: Name
type: text
width: 1/3
description:
label: Description
type: text
width: 1/3
email:
label: Email
type: email
width: 1/3
left:
width: 2/3
sections:
two:
type: fields
fields:
content:
label: Content
type: blocks
right:
width: 1/3
sections:
three:
type: fields
fields:
www:
label: Website
type: url
width: 1/1
So this is a page blueprint but somehow in the panel the 1/3 fields are not aligned with the 2/3 and 1/3 colums. Am I doing something wrong here or is this how it should be? Thanks.