mirror of
https://github.com/torproject/community.git
synced 2024-11-23 01:39:50 +00:00
34 lines
417 B
INI
34 lines
417 B
INI
[model]
|
|
name = Resources
|
|
label = {{ this.title }}
|
|
hidden = yes
|
|
|
|
[fields.title]
|
|
label = Title
|
|
type = string
|
|
|
|
[fields.section]
|
|
label = Section
|
|
type = string
|
|
translate = True
|
|
|
|
[fields.section_id]
|
|
label = Section_id
|
|
type = string
|
|
translate = False
|
|
|
|
[fields.body]
|
|
label = Body
|
|
type = markdown
|
|
|
|
[fields.color]
|
|
label = Color
|
|
type = string
|
|
|
|
[fields.html]
|
|
label = Html
|
|
type = string
|
|
|
|
[children]
|
|
model = resource
|
|
order_by = key |