summaryrefslogtreecommitdiff
path: root/models/curating.ini
diff options
context:
space:
mode:
authorjoak <joak@nospace.at>2020-08-17 11:55:24 +0200
committerjoak <joak@nospace.at>2020-08-17 11:55:24 +0200
commitf60e9ccd5b046101903a79bf6afa0cf87fdd956c (patch)
treedb29d0f55a1bc3347b63341551fa05308554101d /models/curating.ini
init
Diffstat (limited to 'models/curating.ini')
-rw-r--r--models/curating.ini55
1 files changed, 55 insertions, 0 deletions
diff --git a/models/curating.ini b/models/curating.ini
new file mode 100644
index 0000000..3cf3572
--- /dev/null
+++ b/models/curating.ini
@@ -0,0 +1,55 @@
+[model]
+name = curating
+label = {{ this.title }}
+slug_format = "curatings/"+ {{ this._id }}+"-"+{{ this.venue}}
+
+[fields.title]
+label = Title
+type = string
+
+[fields.url]
+label = url
+type = url
+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.selected]
+label = selected
+type = boolean
+width = 1/3
+
+[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
+
+