blog-post.ini 293 B

1234567891011121314151617181920212223
  1. [model]
  2. name = Blog Post
  3. label = {{ this.title }}
  4. hidden = yes
  5. [fields.title]
  6. label = Title
  7. type = string
  8. size = large
  9. [fields.pub_date]
  10. label = Publication date
  11. type = date
  12. width = 1/4
  13. [fields.excerpt]
  14. label = Excerpt
  15. type = string
  16. size = large
  17. [fields.body]
  18. label = Body
  19. type = markdown