Skip to content

Instantly share code, notes, and snippets.

@fritzlaszlo
Last active March 20, 2025 16:14
Show Gist options
  • Save fritzlaszlo/8292d4c1a1df9cd82e6f94c29317d3d3 to your computer and use it in GitHub Desktop.
Save fritzlaszlo/8292d4c1a1df9cd82e6f94c29317d3d3 to your computer and use it in GitHub Desktop.
Kirby blueprint für globalen, internen, userbasierten notizzettel als Tab in site.yml
Notizzettel:
label: Notizzettel
icon: page
columns:
main:
sections:
content:
type: fields
label: Felder
fields:
chat:
label: Chat
type: structure
sortable: false
columns:
user:
width: 1/6
date:
width: 1/6
message:
width: 4/6
fields:
user:
label: User
type: users
multiple: false
default: true
disable: true
date:
label: Datum
type: date
display: DD.MM.YYYY
default: today
message:
label: Nachricht
type: writer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment