bf819ce751
Former-commit-id: a1e40b8f24afcf4f526b99a1940edb4d9c48fa93 [formerly ca299ec0c502c0ca199d714f2649f6acf22ac600] [formerly c0f325840f841c11d58424d72758a81a76b5b578 [formerly 08ab5bb8927d8417c3b4b79c23eb8e40322ad1d6]] Former-commit-id: a25f395f3f751e47c4ca59631439e6725243c0aa [formerly 59b7d6939b4a0d6e7d62726049861dd00a05d9c9] Former-commit-id: 4f7560ba8268809bd50d7719bde943cbb1443195
48 lines
665 B
INI
48 lines
665 B
INI
[model]
|
|
name = Blog Post
|
|
label = {{ this.title }}
|
|
hidden = yes
|
|
|
|
[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.subtitle]
|
|
label = Untertitle
|
|
type = string
|
|
size = large
|
|
|
|
[fields.xml]
|
|
label = RSS-Preview (TXT) (de-only)
|
|
type = text
|
|
|
|
[fields.xml_img]
|
|
label = RSS-Image (de-only)
|
|
type = select
|
|
source = record.attachments.images
|
|
|
|
[fields.body]
|
|
label = Body
|
|
type = markdown
|
|
|
|
[fields.privatebody]
|
|
label = Non Public Body
|
|
type = markdown
|
|
|