2019-09-24 11:30:38 +00:00
|
|
|
[model]
|
|
|
|
name = Blog Post
|
|
|
|
label = {{ this.title }}
|
|
|
|
hidden = yes
|
|
|
|
|
2019-11-20 12:36:42 +00:00
|
|
|
[attachments]
|
|
|
|
order_by = _id
|
|
|
|
|
2019-09-24 11:30:38 +00:00
|
|
|
[fields.title]
|
|
|
|
label = Title
|
|
|
|
type = string
|
|
|
|
size = large
|
|
|
|
|
|
|
|
[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
|
2019-09-24 15:36:58 +00:00
|
|
|
|
|
|
|
[fields.abstract]
|
|
|
|
label = Abstract
|
|
|
|
type = markdown
|