Guest User

Untitled

a guest
Jun 19th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. {
  2. "fieldsets": [
  3. {
  4. "fields": [
  5. "title",
  6. "description"
  7. ],
  8. "id": "default",
  9. "title": "Default"
  10. },
  11. {
  12. "fields": [
  13. "author",
  14. "language"
  15. ],
  16. "id": "settings",
  17. "title": "Settings"
  18. }
  19. ],
  20. "properties": {
  21. "description": {
  22. "description": "Short description",
  23. "minLength": 0,
  24. "title": "Summary",
  25. "type": "string",
  26. "widget": "textarea"
  27. },
  28. "title": {
  29. "description": "",
  30. "title": "Title",
  31. "type": "string"
  32. },
  33. "author": {
  34. "description": "",
  35. "title": "Author",
  36. "type": "string"
  37. },
  38. "language": {
  39. "description": "",
  40. "choices": [
  41. [
  42. "es",
  43. "Spanish"
  44. ],
  45. [
  46. "fr",
  47. "French"
  48. ]
  49. ],
  50. "title": "Language",
  51. "type": "string",
  52. "widget": "select"
  53. }
  54. },
  55. "required": ["title"]
  56. }
Add Comment
Please, Sign In to add comment