-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpage.ini
More file actions
74 lines (59 loc) · 1.15 KB
/
page.ini
File metadata and controls
74 lines (59 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[model]
name = Page
label = {{ this.title }}
website = {{ this.website }}
bodyclass = {{ this.bodyclass }}
[fields.title]
label = Title
type = string
[fields.website]
label = Website
description = Url de contexto do evento
type = string
[fields.bodyclass]
label = bodyclass
description = Classe de sessao
type = string
[fields.description]
label = Description
type = markdown
[fields.date]
label = Data
type = string
[fields.local]
label = Local
type = string
[fields.address]
label = Endereco
description = Rua, Avenida, Estrada, Número, Sala, etc.
type = string
[fields.city]
label = Cidade
type = string
[fields.neighborhood]
label = Bairro
type = string
[fields.url_applications]
label = Inscrições
description = Url para inscrições do evento
type = url
[fields.url_callpapers]
label = Call for Papers
description = Url para inscrições de apresentações
type = url
[fields.workshops]
label = Workshops
type = flow
flow_blocks = speaker
[fields.speakers]
label = Palestrantes
type = flow
flow_blocks = speaker
[fields.activities]
label = Atividades
type = flow
flow_blocks = activity
[fields.partners]
label = Parceiros
type = flow
flow_blocks = partner