From f60e9ccd5b046101903a79bf6afa0cf87fdd956c Mon Sep 17 00:00:00 2001 From: joak Date: Mon, 17 Aug 2020 11:55:24 +0200 Subject: init --- models/performance.ini | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 models/performance.ini (limited to 'models/performance.ini') diff --git a/models/performance.ini b/models/performance.ini new file mode 100644 index 0000000..91ce1f5 --- /dev/null +++ b/models/performance.ini @@ -0,0 +1,56 @@ +[model] +name = Performance +label = {{ this.title }} +slug_format = "performance/"+ {{ this._id }} + +[fields.title] +label = Title +type = string +width = 1/3 + +[fields.url] +label = url +type = url +width = 1/3 + +[fields.selected] +label = selected +type = boolean +width = 1/3 + +[fields.date_start] +label = Date Start +type = date +width = 1/2 + +[fields.date_end] +label = Date End +type = date +width = 1/2 + +[fields.venue] +label = Venue +type = string + +[fields.place] +label = Place +type = string + +[fields.country] +label = Country +type = string + +[fields.comment] +label = Comment +type = string + +[fields.thumbnail] +label = thumbnail +type = string + +[fields.info] +label = Body +type = flow +flow_blocks = gallery,content,video + + -- cgit v1.2.3