mirror of
https://github.com/torproject/community.git
synced 2024-11-24 10:19:44 +00:00
32 lines
371 B
INI
32 lines
371 B
INI
[model]
|
|
name = Resource
|
|
label = {{ this.title }}
|
|
|
|
[fields.name]
|
|
label = Name
|
|
type = string
|
|
translate = True
|
|
|
|
[fields.link]
|
|
label = Link
|
|
type = string
|
|
|
|
[fields.description]
|
|
label = Description
|
|
type = string
|
|
|
|
[fields.type]
|
|
label = Type
|
|
type = string
|
|
|
|
[fields.date]
|
|
label = date
|
|
type = string
|
|
|
|
[fields.file]
|
|
label = File
|
|
type = string
|
|
|
|
[fields.key]
|
|
label = Key
|
|
type = string |