2022-01-20 23:51:09 +01:00
|
|
|
[model]
|
2024-01-21 21:25:29 +01:00
|
|
|
name = Event Name
|
2022-01-20 23:51:09 +01:00
|
|
|
label = {{ this.title }}
|
|
|
|
hidden = yes
|
|
|
|
|
|
|
|
[fields.title]
|
2022-05-01 14:51:42 +02:00
|
|
|
label = Title
|
2022-01-20 23:51:09 +01:00
|
|
|
type = string
|
|
|
|
size = large
|
|
|
|
|
2022-05-01 14:51:42 +02:00
|
|
|
[fields.date]
|
|
|
|
label = Date
|
2022-01-20 23:51:09 +01:00
|
|
|
type = date
|
|
|
|
|
2024-11-09 14:21:05 +01:00
|
|
|
[fields.event_start_date]
|
|
|
|
label = Event Started
|
|
|
|
type = date
|
|
|
|
|
|
|
|
[fields.event_end_date]
|
|
|
|
label = Event Ended
|
|
|
|
type = date
|
|
|
|
|
2024-01-21 23:22:19 +01:00
|
|
|
[fields.logo]
|
|
|
|
lable = Event Logo
|
|
|
|
width = 1/2
|
|
|
|
type = select
|
|
|
|
source = record.attachments.images
|
|
|
|
|
|
|
|
[fields.logodesc]
|
|
|
|
label = Event Description
|
|
|
|
width = 1/2
|
|
|
|
type = string
|
|
|
|
|
2022-01-20 23:51:09 +01:00
|
|
|
[fields.preview]
|
2024-01-21 23:22:19 +01:00
|
|
|
label = Preview for displayed on index page
|
2022-05-08 11:57:02 +02:00
|
|
|
type = pythonmarkdown
|
2022-01-20 23:51:09 +01:00
|
|
|
|
|
|
|
[fields.body]
|
2024-01-21 23:22:19 +01:00
|
|
|
label = Body to be showed here
|
2024-01-21 21:25:29 +01:00
|
|
|
type = pythonmarkdown
|