mirror of
https://github.com/torproject/community.git
synced 2024-11-26 19:20:25 +00:00
29 lines
365 B
INI
29 lines
365 B
INI
[model]
|
|
name = Print
|
|
label = {{ this.title }}
|
|
|
|
[fields.title]
|
|
label = Title
|
|
type = string
|
|
translate = True
|
|
|
|
[fields.subtitle]
|
|
label = Subtitle
|
|
type = string
|
|
translate = True
|
|
|
|
[fields.section_id]
|
|
label = Section_id
|
|
type = string
|
|
translate = False
|
|
|
|
[fields.body]
|
|
label = Body
|
|
type = markdown
|
|
translate = True
|
|
|
|
[fields.key]
|
|
label = key
|
|
type = string
|
|
translate = False
|