Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2018
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. title: Project
  2.  
  3. files:
  4. sortable: true
  5.  
  6. pages: false
  7.  
  8. fields:
  9.  
  10. title:
  11. label: Title
  12. type: text
  13. width: 1/2
  14.  
  15. subtitle:
  16. label: Subtitle
  17. type: text
  18. width: 1/2
  19. icon: font
  20.  
  21. group_start:
  22. label: Infos
  23. type: panelgroup
  24. position: start
  25.  
  26. year:
  27. label: Year
  28. type: number
  29. width: 1/3
  30. required: true
  31. min: 2005
  32. max: 2025
  33. placeholder: Year
  34. icon: calendar
  35.  
  36. city:
  37. label: City
  38. type: text
  39. width: 1/3
  40. placeholder: Place
  41. icon: map-marker
  42.  
  43. surface:
  44. label: Surface
  45. type: number
  46. width: 1/3
  47. placeholder: Surface
  48. icon: square
  49.  
  50. group_end:
  51. type: panelgroup
  52. position: end
  53.  
  54. text:
  55. label: Text
  56. type: textarea
  57.  
  58. description:
  59. label: Descriptiontest
  60. type: textarea
  61.  
  62. category:
  63. label: Category
  64. type: checkboxes
  65. required: true
  66. options:
  67. restaurant: Restaurants
  68. private: Private Residences
  69. hotel: Hotels
  70. shop: Shops
  71. furniture: Furnitures
  72.  
  73. seo:
  74. type: seo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement