You are here

views.display.schema.yml in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 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: integer
  33. label: 'Weight'
  34. menu_name:
  35. type: string
  36. label: 'Menu name'
  37. parent:
  38. type: string
  39. label: 'Parent'
  40. context:
  41. type: string
  42. label: 'Context'
  43. expanded:
  44. type: boolean
  45. label: 'Expanded'
  46. tab_options:
  47. type: mapping
  48. label: 'Tab options'
  49. mapping:
  50. type:
  51. type: string
  52. label: 'Type'
  53. title:
  54. type: text
  55. label: 'Title'
  56. description:
  57. type: text
  58. label: 'Description'
  59. weight:
  60. type: integer
  61. label: 'Weight'
  62. menu_name:
  63. type: string
  64. label: 'Menu name'
  65. views.display.block:
  66. type: views_display
  67. label: 'Block display options'
  68. mapping:
  69. block_description:
  70. type: label
  71. label: 'Block name'
  72. block_category:
  73. type: text
  74. label: 'Block category'
  75. block_hide_empty:
  76. type: boolean
  77. label: 'Hide block if no result/empty text'
  78. allow:
  79. type: mapping
  80. label: 'Allow'
  81. mapping:
  82. items_per_page:
  83. type: boolean
  84. label: 'Items per page'
  85. views.display.feed:
  86. type: views_display_path
  87. label: 'Feed display options'
  88. mapping:
  89. sitename_title:
  90. type: boolean
  91. label: 'Use the site name for the title'
  92. displays:
  93. type: sequence
  94. label: 'The feed icon will be available only to the selected displays.'
  95. sequence:
  96. type: string
  97. label: 'Display'
  98. views.display.embed:
  99. type: views_display
  100. label: 'Embed display options'
  101. views.display.attachment:
  102. type: views_display
  103. label: 'Attachment display options'
  104. mapping:
  105. displays:
  106. type: sequence
  107. label: 'Attach to'
  108. sequence:
  109. type: string
  110. label: 'Display'
  111. attachment_position:
  112. type: string
  113. label: 'Attachment position'
  114. inherit_arguments:
  115. type: boolean
  116. label: 'Inherit contextual filters'
  117. inherit_exposed_filters:
  118. type: boolean
  119. label: 'Inherit exposed filters'
  120. inherit_pager:
  121. type: boolean
  122. label: 'Inherit pager'
  123. render_pager:
  124. type: boolean
  125. label: 'Render pager'
  126. views.display.entity_reference:
  127. type: views_display
  128. label: 'Entity Reference'