You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

post.yml 535B

12345678910111213141516171819202122232425262728293031323334
  1. ---
  2. label: Post
  3. hide_body: false
  4. fields:
  5. - type: text
  6. name: title
  7. label: title
  8. - type: datetime
  9. name: date
  10. label: date
  11. - name: author
  12. type: text
  13. config:
  14. required: false
  15. label: author
  16. - name: author_bio
  17. type: textarea
  18. default: ''
  19. config:
  20. required: false
  21. wysiwyg: false
  22. schema:
  23. format: markdown
  24. label: author bio
  25. - type: file
  26. name: image_webp
  27. label: image webp
  28. - type: file
  29. name: image
  30. label: image
  31. - type: text
  32. name: description
  33. label: description
  34. description: meta description