Skip to content

Instantly share code, notes, and snippets.

@fritzlaszlo
Last active February 26, 2025 16:56
Show Gist options
  • Save fritzlaszlo/1da7df3ef7b3ca52050592fb38abccb3 to your computer and use it in GitHub Desktop.
Save fritzlaszlo/1da7df3ef7b3ca52050592fb38abccb3 to your computer and use it in GitHub Desktop.
kirby/blueprints/fields/notizzettel.yml - resuable field for internal notes per page
label: Notizzettel
type: structure
sortable: false
columns:
user:
width: 1/6
mobile: true
date:
width: 1/6
message:
width: 4/6
mobile: true
fields:
user:
label: User
type: users
multiple: false
default: true
disable: true
width: 1/2
date:
label: Datum
type: date
display: DD.MM.YYYY
default: today
width: 1/2
message:
label: Nachricht
type: writer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment