Skip to content

Instantly share code, notes, and snippets.

@verstecken
Forked from fritzlaszlo/globaler-notizzettel.yml
Last active March 20, 2025 16:31
Show Gist options
  • Save verstecken/85a9746cf55821ff9444b9527ffa8c99 to your computer and use it in GitHub Desktop.
Save verstecken/85a9746cf55821ff9444b9527ffa8c99 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
prepend: true
batch: true
empty: Noch keine Notizen angelegt.
limit: 5
sortable: false
columns:
user:
width: 1/6
date:
width: 1/8
time:
width: 1/8
message:
width: 4/6
done:
width: 1/8
fields:
user:
label: User
type: users
multiple: false
default: true
disabled: true
date:
label: Datum
type: date
display: DD.MM.YYYY
default: today
disabled: true
width: 1/2
time:
display: HH:mm
default: now
disabled: true
width: 1/2
message:
label: Nachricht
type: writer
default: ""
done:
type: toggle
label: Abgeschlossen?
text:
- ""
- ✓
help: Wenn nicht aktiviert signalisiert es anderen, dass es ein To Do ist.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment