kernel_panic_web/kernelpanic.lol/models/blog-post.ini

34 lines
463 B
INI
Raw Permalink Normal View History

2023-06-21 17:30:48 +00:00
[model]
name = Blog Post
label = {{ this.title }}
hidden = yes
2023-06-28 06:53:01 +00:00
[fields.image]
title = string
body = markdown
pub_date = date
image = image
2023-06-21 17:30:48 +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