Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. [model]
  2. name = Page
  3. label = {{ this.title }}
  4.  
  5. [fields.title]
  6. label = Title
  7. type = string
  8.  
  9. [fields.meta_title]
  10. label = MetaData Title
  11. type = string
  12.  
  13. [fields.meta_description]
  14. label = MetaData Description
  15. type = string
  16.  
  17. [fields.og_title]
  18. label = OpenGraph Title
  19. type = string
  20.  
  21. [fields.og_description]
  22. label = OpenGraph Description
  23. type = string
  24.  
  25. [fields.body]
  26. label = Body
  27. type = markdown
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement