2020-01-22 12:04:16 +00:00
|
|
|
[model]
|
|
|
|
name = Project
|
|
|
|
label = {{ this.title }}
|
|
|
|
|
|
|
|
[fields.title]
|
|
|
|
label = Title
|
|
|
|
type = string
|
|
|
|
|
2021-01-28 16:25:27 +00:00
|
|
|
[fields.url]
|
|
|
|
label = url
|
2020-01-22 12:04:16 +00:00
|
|
|
type = url
|
|
|
|
|
|
|
|
[fields.active]
|
|
|
|
label = Active
|
|
|
|
type = boolean
|
|
|
|
|
2021-01-28 16:25:27 +00:00
|
|
|
[fields.completed]
|
|
|
|
label = Completed
|
|
|
|
type = boolean
|
|
|
|
|
2020-01-22 12:04:16 +00:00
|
|
|
[fields.subtitle]
|
2020-01-30 14:42:56 +00:00
|
|
|
label = Subtitle
|
2020-01-22 12:04:16 +00:00
|
|
|
type = markdown
|
|
|
|
|
|
|
|
[fields.color]
|
|
|
|
label = Color
|
|
|
|
type = string
|
|
|
|
|
|
|
|
[fields.body]
|
2020-01-30 14:42:56 +00:00
|
|
|
label = body
|
2020-01-22 12:04:16 +00:00
|
|
|
type = markdown
|
|
|
|
|
|
|
|
[fields.mentors]
|
|
|
|
label = Mentors
|
2020-02-05 09:48:10 +00:00
|
|
|
type = strings
|
2020-01-22 12:04:16 +00:00
|
|
|
|
|
|
|
[fields.languages]
|
|
|
|
label = Languages
|
2020-01-30 14:42:56 +00:00
|
|
|
type = strings
|
2020-01-22 12:04:16 +00:00
|
|
|
|
|
|
|
[fields.difficulty]
|
|
|
|
label = Difficulty Level
|
|
|
|
type = string
|
|
|
|
|
|
|
|
[fields.html]
|
|
|
|
label = Html
|
|
|
|
type = string
|
|
|
|
|
|
|
|
[fields.key]
|
|
|
|
label = key
|
|
|
|
type = string
|