mirror of
https://github.com/torproject/community.git
synced 2024-11-26 19:20:25 +00:00
de6de27440
Fix gosc template and contents files Change contents files for a few projects Fix gsoc template
34 lines
405 B
INI
34 lines
405 B
INI
[model]
|
|
name = Projects
|
|
label = {{ this.title }}
|
|
|
|
[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 = project
|
|
order_by = title
|