Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [model]
  2. name = media attachments
  3. label = {{ this.name }}
  4.  
  5. [fields.title]
  6. label = Title
  7. type = string
  8.  
  9. [fields.year]
  10. label = Year
  11. type = integer
  12.  
  13. [fields.description]
  14. label = Description
  15. type = markdown
  16.  
  17. [fields.sort_key]
  18. label = Sort order
  19. type = sort_key
  20. default = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement