Guest User

Untitled

a guest
Sep 26th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. {
  2. "title": "Standard Paragraph (w/ thumbnail)", // optional..
  3. "thumbnail": "thumbnail.png", // thumbnail.png would be default, so this too is optional...
  4. "fields": {
  5. "image": {
  6. "type": "image",
  7. "default": "/some/image.jpg",
  8. "required": false
  9. },
  10. "para_1": {
  11. "type": "textarea",
  12. "required": true,
  13. "title": "Main Paragraph"
  14. }
  15. }
Add Comment
Please, Sign In to add comment