You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
658 B
50 lines
658 B
1 year ago
|
[model]
|
||
|
name = Event
|
||
|
label = {{ this.title }}
|
||
|
hidden = yes
|
||
|
|
||
|
[fields.title]
|
||
|
label = Title
|
||
|
type = string
|
||
|
size = large
|
||
|
|
||
|
[fields.start_date]
|
||
|
label = Start
|
||
|
type = datetime
|
||
|
width = 1/2
|
||
|
|
||
|
[fields.end_date]
|
||
|
label = End
|
||
|
type = datetime
|
||
|
width = 1/2
|
||
|
|
||
|
[fields.location]
|
||
|
label = Location
|
||
|
type = string
|
||
|
width = 1/2
|
||
|
|
||
|
[fields.latlon]
|
||
|
label = Latitude and Longitude
|
||
|
type = string
|
||
|
width = 1/2
|
||
|
|
||
|
[fields.format]
|
||
|
label = Format
|
||
|
type = string
|
||
|
width = 1/2
|
||
|
|
||
|
[fields.peoples]
|
||
|
label = Add people?
|
||
|
type = strings
|
||
|
width = 1/2
|
||
|
|
||
|
[fields.flyer]
|
||
|
label = Flyer
|
||
|
type = string
|
||
|
width = 1/2
|
||
|
|
||
|
[fields.content]
|
||
|
label = content
|
||
|
type = flow
|
||
|
flow_blocks = markdown, single-image, gallery, video, html
|