views.display.schema.yml

Same filename and directory in other branches
  1. 9 core/modules/views/config/schema/views.display.schema.yml
  2. 8.9.x core/modules/views/config/schema/views.display.schema.yml
  3. 10 core/modules/views/config/schema/views.display.schema.yml
core/modules/views/config/schema/views.display.schema.yml

File

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_path:
  6. type: views_display
  7. mapping:
  8. path:
  9. type: string
  10. label: 'Page path'
  11. route_name:
  12. type: string
  13. label: 'Route name'
  14. views.display.page:
  15. type: views_display_path
  16. label: 'Page display options'
  17. mapping:
  18. menu:
  19. type: mapping
  20. label: 'Menu'
  21. mapping:
  22. type:
  23. type: string
  24. label: 'Type'
  25. title:
  26. type: text
  27. label: 'Title'
  28. description:
  29. type: text
  30. label: 'Description'
  31. weight:
  32. type: weight
  33. label: 'Weight'
  34. enabled:
  35. type: boolean
  36. label: 'Enabled'
  37. expanded:
  38. type: boolean
  39. label: 'Expanded'
  40. menu_name:
  41. type: string
  42. label: 'Menu name'
  43. parent:
  44. type: string
  45. label: 'Parent'
  46. context:
  47. type: string
  48. label: 'Context'
  49. tab_options:
  50. type: mapping
  51. label: 'Tab options'
  52. mapping:
  53. type:
  54. type: string
  55. label: 'Type'
  56. title:
  57. type: text
  58. label: 'Title'
  59. description:
  60. type: text
  61. label: 'Description'
  62. weight:
  63. type: weight
  64. label: 'Weight'
  65. menu_name:
  66. type: string
  67. label: 'Menu name'
  68. use_admin_theme:
  69. type: boolean
  70. nullable: true
  71. label: 'Use the administration theme when rendering the view page'
  72. views.display.block:
  73. type: views_display
  74. label: 'Block display options'
  75. mapping:
  76. block_description:
  77. type: label
  78. label: 'Block name'
  79. block_category:
  80. type: text
  81. label: 'Block category'
  82. block_hide_empty:
  83. type: boolean
  84. label: 'Hide block if no result/empty text'
  85. allow:
  86. type: mapping
  87. label: 'Allow'
  88. mapping:
  89. items_per_page:
  90. type: boolean
  91. label: 'Items per page'
  92. views.display.feed:
  93. type: views_display_path
  94. label: 'Feed display options'
  95. mapping:
  96. sitename_title:
  97. type: boolean
  98. label: 'Use the site name for the title'
  99. displays:
  100. type: sequence
  101. label: 'The feed icon will be available only to the selected displays.'
  102. sequence:
  103. type: string
  104. label: 'Display'
  105. views.display.embed:
  106. type: views_display
  107. label: 'Embed display options'
  108. views.display.attachment:
  109. type: views_display
  110. label: 'Attachment display options'
  111. mapping:
  112. displays:
  113. type: sequence
  114. label: 'Attach to'
  115. sequence:
  116. type: string
  117. label: 'Display'
  118. attachment_position:
  119. type: string
  120. label: 'Attachment position'
  121. inherit_arguments:
  122. type: boolean
  123. label: 'Inherit contextual filters'
  124. inherit_exposed_filters:
  125. type: boolean
  126. label: 'Inherit exposed filters'
  127. inherit_pager:
  128. type: boolean
  129. label: 'Inherit pager'
  130. render_pager:
  131. type: boolean
  132. label: 'Render pager'
  133. views.display.entity_reference:
  134. type: views_display
  135. label: 'Entity Reference'

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.