1[model]
2name = Field Types
3label = {{ this.title }}
4inherits = page
5
6[fields.title]
7label = Title
8type = string
9
10[fields.boolean1]
11type = boolean
12checkbox_label = If true, then some sample text will render.
13default = false
14
15[fields.boolean2]
16type = boolean
17checkbox_label = If true, then some sample text will render.
18default = false
19
20[fields.checkboxes]
21label = Checkboxes
22type = checkboxes
23choices = choice1, choice2, choice3, choice4
24choice_labels = choice_label1, choice_label2, choice_label3, choice_label4
25
26[fields.date]
27label = Date
28type = date
29
30[fields.datetime]
31label = Datetime
32type = datetime
33
34[fields.float]
35label = Float
36type = float
37
38[fields.floataddon]
39label = FloatAddon
40type = float
41description = Percentage mark added
42addon_label = %
43
44[fields.flow]
45label = Flow
46type = flow
47flow_blocks = text_and_html, text
48
49[fields.int]
50label = Int
51type = integer
52
53[fields.intaddon]
54label = IntAddon
55type = integer
56description = px mark added
57addon_label = px
58
59[fields.html]
60label = HTML
61type = html
62
63[fields.markdown]
64label = Markdown
65type = markdown
66
67[fields.sort_key]
68label = Sort_Key
69type = sort_key
70
71[fields.markdown]
72label = Markdown
73type = markdown
74
75[fields.strings]
76label = Strings
77type = strings
78
79[fields.text]
80label = Text
81type = text
82