mirror of
https://github.com/torproject/community.git
synced 2024-11-23 18:00:02 +00:00
50 lines
609 B
INI
50 lines
609 B
INI
[model]
|
|
name = Page
|
|
label = {{ this.title }}
|
|
|
|
[fields.title]
|
|
label = Title
|
|
type = string
|
|
translate = True
|
|
|
|
[fields.subtitle]
|
|
label = Subtitle
|
|
type = string
|
|
translate = True
|
|
|
|
[fields.section]
|
|
label = Section
|
|
type = string
|
|
translate = True
|
|
|
|
[fields.cta]
|
|
label = Call To Action
|
|
type = string
|
|
translate = True
|
|
|
|
[fields.section_id]
|
|
label = Section_id
|
|
type = string
|
|
translate = False
|
|
|
|
[fields.body]
|
|
label = Body
|
|
type = markdown
|
|
translate = True
|
|
|
|
[fields.color]
|
|
label = Color
|
|
type = string
|
|
|
|
[fields.html]
|
|
label = Html
|
|
type = string
|
|
|
|
[fields.key]
|
|
label = key
|
|
type = string
|
|
|
|
[fields.image]
|
|
label = image
|
|
type = string
|