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

File

core/modules/node/config/schema/node.views.schema.yml
View source
  1. # Schema for the views plugins of the Node module.
  2. views.area.node_listing_empty:
  3. type: views_area
  4. label: 'Node link'
  5. views.argument.node_nid:
  6. type: views_argument
  7. label: 'Node ID'
  8. mapping:
  9. break_phrase:
  10. type: boolean
  11. label: 'Allow multiple values'
  12. not:
  13. type: boolean
  14. label: 'Exclude'
  15. views.argument.node_type:
  16. type: views_argument
  17. label: 'Node type'
  18. mapping:
  19. glossary:
  20. type: boolean
  21. label: 'Glossary mode'
  22. limit:
  23. type: integer
  24. label: 'Character limit'
  25. case:
  26. type: string
  27. label: 'Case'
  28. path_case:
  29. type: string
  30. label: 'Case in path'
  31. transform_dash:
  32. type: boolean
  33. label: 'Transform spaces to dashes in URL'
  34. break_phrase:
  35. type: boolean
  36. label: 'Allow multiple values'
  37. add_table:
  38. type: boolean
  39. label: 'Allow multiple filter values to work together'
  40. require_value:
  41. type: boolean
  42. label: 'Do not display items with no value in summary'
  43. views.argument.node_uid_revision:
  44. type: views_argument
  45. label: 'Node user ID'
  46. mapping:
  47. break_phrase:
  48. type: boolean
  49. label: 'Allow multiple values'
  50. not:
  51. type: boolean
  52. label: 'Exclude'
  53. views.argument.node_vid:
  54. type: views_argument
  55. label: 'Node revision ID'
  56. mapping:
  57. break_phrase:
  58. type: boolean
  59. label: 'Allow multiple values'
  60. not:
  61. type: boolean
  62. label: 'Exclude'
  63. views.field.node:
  64. type: views_field
  65. label: 'Node'
  66. mapping:
  67. link_to_node:
  68. type: boolean
  69. label: 'Link this field to the original piece of content'
  70. views.field.node_bulk_form:
  71. type: views_field_bulk_form
  72. label: 'Node bulk form'
  73. views.field.node_revision_link:
  74. type: views_field
  75. label: 'Link to a node revision'
  76. mapping:
  77. text:
  78. type: label
  79. label: 'Text to display'
  80. views.field.node_revision_link_delete:
  81. type: views_field
  82. label: 'Link to delete a node revision'
  83. mapping:
  84. text:
  85. type: label
  86. label: 'Text to display'
  87. views.field.node_revision_link_revert:
  88. type: views_field
  89. label: 'Link to revert a node to a revision'
  90. mapping:
  91. text:
  92. type: label
  93. label: 'Text to display'
  94. views.filter.node_access:
  95. type: views_filter
  96. label: 'Node access'
  97. views.filter.node_status:
  98. type: views_filter
  99. label: 'Node status'
  100. views.filter.node_uid_revision:
  101. type: views_filter
  102. label: 'Node revisions of an user'
  103. mapping:
  104. operator:
  105. type: string
  106. label: 'Operator'
  107. value:
  108. type: sequence
  109. label: 'Values'
  110. sequence:
  111. type: string
  112. label: 'Value'
  113. expose:
  114. type: mapping
  115. label: 'Expose'
  116. mapping:
  117. reduce:
  118. type: boolean
  119. label: 'Reduce'
  120. views.filter_value.node_access:
  121. type: string
  122. label: 'Access'
  123. views.filter_value.node_status:
  124. type: boolean
  125. label: 'Status'
  126. views.row.node_rss:
  127. type: views_row
  128. label: 'Content options'
  129. mapping:
  130. view_mode:
  131. type: string
  132. label: 'Display type'