Hey there!
I just extended my default.yml
blueprint a bit, and currently it looks like this one:
title:
en: Page
de: Seite
icon: file
pages: default
fields:
title:
label:
de: Menütitel
en: Menu title
tyoe: title
pagetitle:
label:
de: Seitenüberschrift
en: Page headline
type: text
icon: font
width: 3/4
pagetitleIsVisible:
type: checkbox
label:
de: Sichtbarkeit
en: Visibility
text:
de: Seitenüberschrift anzeigen
en: Show page headline
width: 1/4
text: text
Unfortunately the width
attribute for my checkbox seems not to be excepted. It is always shown in full width.
When I have a look into the webinspector it shows me that this has a field-grid-item
CSS class instead of a field-grid-item-1-4
for my case.
So I wonder if this a Kirby bug or if I did something wrong?