Advertisement
Guest User

Untitled

a guest
Apr 26th, 2015
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. # /repository/ClassContent/Article.yml
  2. article:
  3. properties:
  4. name: Article
  5. description: |
  6. "An article contains title, abstract, main image and a customizable body"
  7. category: [article]
  8. elements:
  9. title:
  10. type: BackBuilder\ClassContent\Element\text
  11. abstract:
  12. type: BackBuilder\ClassContent\article\paragraph
  13. body:
  14. type: BackBuilder\ClassContent\article\body
  15. image:
  16. type: BackBuilder\ClassContent\Media\image
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement