You are here

json_feed.schema.yml in JSON Feed 8

config/schema/json_feed.schema.yml

File

config/schema/json_feed.schema.yml
View source
  1. views.display.json_feed:
  2. type: views_display
  3. label: 'JSON Feed display options'
  4. mapping:
  5. sitename_title:
  6. type: boolean
  7. label: 'Use the site name for the title'
  8. path:
  9. type: string
  10. label: 'Feed display path'
  11. views.style.json_feed_serializer:
  12. type: views_style
  13. label: 'JSON Feed style options'
  14. mapping:
  15. description:
  16. type: string
  17. label: 'Feed description'
  18. views.row.json_feed_fields:
  19. type: views_row
  20. label: 'JSON Feed field options'
  21. mapping:
  22. id_field:
  23. type: string
  24. label: 'ID field'
  25. title_field:
  26. type: string
  27. label: 'Title field'
  28. url_field:
  29. type: string
  30. label: 'URL field'
  31. external_url_field:
  32. type: string
  33. label: 'external_url field'
  34. content_html_field:
  35. type: string
  36. label: 'content_html field'
  37. content_text_field:
  38. type: string
  39. label: 'content_text field'
  40. summary_field:
  41. type: string
  42. label: 'summary field'
  43. image_field:
  44. type: string
  45. label: 'image field'
  46. banner_image_field:
  47. type: string
  48. label: 'banner_image field'
  49. date_published_field:
  50. type: string
  51. label: 'date_published field'
  52. date_modified_field:
  53. type: string
  54. label: 'date_modified field'
  55. tags_field:
  56. type: string
  57. label: 'tags field'
  58. author_name_field:
  59. type: string
  60. label: 'author_name field'
  61. author_url_field:
  62. type: string
  63. label: 'author_url field'
  64. author_avatar_field:
  65. type: string
  66. label: 'author_avatar field'