mirror of
https://github.com/torproject/tpo.git
synced 2025-02-18 09:41:33 +00:00
57 lines
689 B
INI
57 lines
689 B
INI
[model]
|
|
name = Post
|
|
label = {{ this.name }}
|
|
|
|
[fields.title]
|
|
label = Title
|
|
type = string
|
|
|
|
[fields.publisher]
|
|
label = Publisher
|
|
type = string
|
|
|
|
[fields.link]
|
|
label = Link
|
|
type = url
|
|
|
|
[fields.active]
|
|
label = Active
|
|
type = boolean
|
|
|
|
[fields.summary]
|
|
label = Summary
|
|
type = markdown
|
|
translate = True
|
|
|
|
[fields.type]
|
|
label = Type
|
|
type = string
|
|
|
|
[fields.image]
|
|
label = Image
|
|
type = string
|
|
|
|
[fields.author]
|
|
label = Author
|
|
type = string
|
|
width = 1/2
|
|
|
|
[fields.twitter_handle]
|
|
label = Twitter Handle
|
|
type = string
|
|
width = 1/4
|
|
addon_label = @
|
|
|
|
[fields.pub_date]
|
|
label = Publication date
|
|
type = date
|
|
width = 1/4
|
|
|
|
[fields.body]
|
|
label = Body
|
|
type = markdown
|
|
|
|
[fields.html_body]
|
|
label = HTML Body
|
|
type = html
|