mirror of
https://github.com/torproject/community.git
synced 2024-11-23 01:39:50 +00:00
52 lines
613 B
INI
52 lines
613 B
INI
[model]
|
|
name = Project
|
|
label = {{ this.title }}
|
|
|
|
[fields.title]
|
|
label = Title
|
|
type = string
|
|
|
|
[fields.url]
|
|
label = url
|
|
type = url
|
|
|
|
[fields.active]
|
|
label = Active
|
|
type = boolean
|
|
|
|
[fields.completed]
|
|
label = Completed
|
|
type = boolean
|
|
|
|
[fields.subtitle]
|
|
label = Subtitle
|
|
type = markdown
|
|
|
|
[fields.color]
|
|
label = Color
|
|
type = string
|
|
|
|
[fields.body]
|
|
label = body
|
|
type = markdown
|
|
|
|
[fields.mentors]
|
|
label = Mentors
|
|
type = strings
|
|
|
|
[fields.languages]
|
|
label = Languages
|
|
type = strings
|
|
|
|
[fields.difficulty]
|
|
label = Difficulty Level
|
|
type = string
|
|
|
|
[fields.html]
|
|
label = Html
|
|
type = string
|
|
|
|
[fields.key]
|
|
label = key
|
|
type = string
|