Last active
March 20, 2025 16:14
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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