Advertisement
PifyZ

Untitled

Jan 1st, 2016
321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. title: Blog
  2. fields:
  3. title:
  4. label: Titre
  5. type: title
  6. required: true
  7. categories:
  8. label: Catégories
  9. message: Organiser le contenu
  10. type: checkboxes
  11. width: 1/4
  12. options:
  13. design: Design
  14. programming: Programmation
  15. graphics: Graphisme
  16. date:
  17. label: Date de publication
  18. message: 'Format : yyyy-mm-dd'
  19. type: date
  20. width: 1/4
  21. default: today
  22. required: true
  23. status:
  24. label: Statut
  25. message: Status de publication
  26. type: choice
  27. width: 1/4
  28. default: draft
  29. options:
  30. draft: Brouillon
  31. private: Accessible via l'URL
  32. published: Public
  33. comments:
  34. label: Commentaires
  35. message: Activer les commentaires
  36. type: radio
  37. width: 1/4
  38. default: 'no'
  39. options:
  40. no: Non
  41. yes: Oui
  42. content:
  43. label: Contenu
  44. type: textarea
  45. required: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement