Last active
February 26, 2025 16:56
-
-
Save fritzlaszlo/1da7df3ef7b3ca52050592fb38abccb3 to your computer and use it in GitHub Desktop.
kirby/blueprints/fields/notizzettel.yml - resuable field for internal notes per page
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
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