views.display.schema.yml

drupal/core/modules/views/config/schema/views.display.schema.yml

File

drupal/core/modules/views/config/schema/views.display.schema.yml
View source
  1. # Schema for the views display plugins.
  2. views.display.default:
  3. type: views_display
  4. label: 'Default display options'
  5. views.display.page:
  6. type: views_display
  7. label: 'Page display options'
  8. mapping:
  9. path:
  10. type: string
  11. label: 'Page path'
  12. menu:
  13. type: mapping
  14. label: 'Menu'
  15. mapping:
  16. type:
  17. type: string
  18. label: 'Type'
  19. title:
  20. type: text
  21. label: 'Title'
  22. description:
  23. type: text
  24. label: 'Description'
  25. weight:
  26. type: integer
  27. label: 'Weight'
  28. name:
  29. type: string
  30. label: 'Menu name'
  31. context:
  32. type: string
  33. label: 'Context'
  34. tab_options:
  35. type: mapping
  36. label: 'Tab options'
  37. mapping:
  38. type:
  39. type: string
  40. label: 'Type'
  41. title:
  42. type: text
  43. label: 'Title'
  44. description:
  45. type: text
  46. label: 'Description'
  47. weight:
  48. type: integer
  49. label: 'Weight'
  50. name:
  51. type: string
  52. label: 'Menu name'
  53. views.display.block:
  54. type: views_display
  55. label: 'Block display options'
  56. mapping:
  57. block_description:
  58. type: text
  59. label: 'Block name'
  60. block_caching:
  61. type: boolean
  62. label: 'Block caching'
  63. views.display.feed:
  64. type: views_display
  65. label: 'Feed display options'
  66. mapping:
  67. path:
  68. type: string
  69. label: 'Page path'
  70. sitename_title:
  71. type: boolean
  72. label: 'Use the site name for the title'
  73. displays:
  74. type: sequence
  75. label: 'The feed icon will be available only to the selected displays.'
  76. sequence:
  77. - type: string
  78. label: 'Display'
  79. views.display.embed:
  80. type: views_display
  81. label: 'Embed display options'
  82. views.display.attachment:
  83. type: views_display
  84. label: 'Attachment display options'
  85. mapping:
  86. displays:
  87. type: sequence
  88. label: 'Attach to'
  89. sequence:
  90. - type: string
  91. label: 'Display'
  92. attachment_position:
  93. type: string
  94. label: 'Attachment position'
  95. inherit_arguments:
  96. type: boolean
  97. lablel: 'Inherit contextual filters'
  98. inherit_exposed_filters:
  99. type: boolean
  100. label: 'Inherit exposed filters'
  101. inherit_pager:
  102. type: boolean
  103. label: 'Inherit pager'
  104. render_pager:
  105. type: boolean
  106. label: 'Render pager'