Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- title: Blog
- fields:
- title:
- label: Titre
- type: title
- required: true
- categories:
- label: Catégories
- message: Organiser le contenu
- type: checkboxes
- width: 1/4
- options:
- design: Design
- programming: Programmation
- graphics: Graphisme
- date:
- label: Date de publication
- message: 'Format : yyyy-mm-dd'
- type: date
- width: 1/4
- default: today
- required: true
- status:
- label: Statut
- message: Status de publication
- type: choice
- width: 1/4
- default: draft
- options:
- draft: Brouillon
- private: Accessible via l'URL
- published: Public
- comments:
- label: Commentaires
- message: Activer les commentaires
- type: radio
- width: 1/4
- default: 'no'
- options:
- no: Non
- yes: Oui
- content:
- label: Contenu
- type: textarea
- required: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement