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

File

core/modules/taxonomy/config/schema/taxonomy.views.schema.yml
View source
  1. # Schema for the views plugins of the Taxonomy module.
  2. views.argument.taxonomy_index_tid:
  3. type: views.argument.many_to_one
  4. label: 'Taxonomy term ID'
  5. views.argument.taxonomy_index_tid_depth:
  6. type: views_argument
  7. label: 'Taxonomy term ID'
  8. mapping:
  9. depth:
  10. type: integer
  11. label: 'Depth'
  12. break_phrase:
  13. type: boolean
  14. label: 'Allow multiple values'
  15. use_taxonomy_term_path:
  16. type: boolean
  17. label: 'Use taxonomy term path'
  18. views.argument.taxonomy_index_tid_depth_modifier:
  19. type: views_argument
  20. label: 'Taxonomy depth modifier'
  21. views.argument.taxonomy:
  22. type: views_argument
  23. label: 'Taxonomy'
  24. mapping:
  25. break_phrase:
  26. type: boolean
  27. label: 'Allow multiple values'
  28. not:
  29. type: boolean
  30. label: 'Exclude'
  31. views.argument.vocabulary_vid:
  32. type: views_argument
  33. label: 'Vocabulary'
  34. mapping:
  35. break_phrase:
  36. type: boolean
  37. label: 'Allow multiple values'
  38. not:
  39. type: boolean
  40. label: 'Exclude'
  41. views.argument_validator.entity:taxonomy_term:
  42. type: views.argument_validator_entity
  43. label: 'Taxonomy term'
  44. views.argument_validator.taxonomy_term_name:
  45. type: views.argument_validator_entity
  46. label: 'Taxonomy term'
  47. mapping:
  48. vids:
  49. type: sequence
  50. label: 'Vocabularies'
  51. sequence:
  52. type: string
  53. label: 'Vocabulary'
  54. transform:
  55. type: boolean
  56. label: 'Transform dashes in URL to spaces in term name filter values'
  57. views.argument_default.taxonomy_tid:
  58. type: mapping
  59. label: 'Taxonomy term ID from URL'
  60. mapping:
  61. term_page:
  62. type: string
  63. label: 'Load default filter from term page'
  64. node:
  65. type: boolean
  66. label: 'Load default filter from node page, that''s good for related taxonomy blocks'
  67. limit:
  68. type: boolean
  69. label: 'Limit terms by vocabulary'
  70. vids:
  71. type: sequence
  72. label: 'Vocabularies'
  73. sequence:
  74. type: string
  75. label: 'Vocabulary'
  76. anyall:
  77. type: string
  78. label: 'Multiple-value handling'
  79. views.field.term_name:
  80. type: views.field.field
  81. mapping:
  82. convert_spaces:
  83. type: boolean
  84. label: 'Convert spaces in term names to hyphens'
  85. views.field.taxonomy_index_tid:
  86. type: views_field
  87. label: 'Taxonomy language'
  88. mapping:
  89. type:
  90. type: string
  91. label: 'Display type'
  92. separator:
  93. type: string
  94. label: 'Separator'
  95. link_to_taxonomy:
  96. type: boolean
  97. label: 'Link this field to its term page'
  98. limit:
  99. type: boolean
  100. label: 'Limit terms by vocabulary'
  101. vids:
  102. type: sequence
  103. label: 'Vocabularies'
  104. sequence:
  105. type: string
  106. label: 'Vocabulary'
  107. views.filter.taxonomy_index_tid:
  108. type: views.filter.many_to_one
  109. label: 'Taxonomy term ID'
  110. mapping:
  111. vid:
  112. type: string
  113. label: 'Vocabulary'
  114. type:
  115. type: string
  116. label: 'Selection type'
  117. hierarchy:
  118. type: boolean
  119. label: 'Show hierarchy in dropdown'
  120. limit:
  121. type: boolean
  122. label: 'Limit to vocabulary'
  123. error_message:
  124. type: boolean
  125. label: 'Display error message'
  126. value:
  127. type: sequence
  128. label: 'Values'
  129. sequence:
  130. type: integer
  131. label: 'Value'
  132. views.filter.taxonomy_index_tid_depth:
  133. type: views.filter.taxonomy_index_tid
  134. label: 'Taxonomy term ID with depth'
  135. mapping:
  136. depth:
  137. type: integer
  138. label: 'Depth'
  139. views.relationship.node_term_data:
  140. type: views_relationship
  141. label: 'Taxonomy term'
  142. mapping:
  143. vids:
  144. type: sequence
  145. label: 'Vocabularies'
  146. sequence:
  147. type: string
  148. label: 'Vocabulary'