You are here

taxonomy.views.schema.yml in Zircon Profile 8.0

Same filename and directory in other branches
  1. 8 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. views.argument_default.taxonomy_tid:
  55. type: mapping
  56. label: 'Taxonomy term ID from URL'
  57. mapping:
  58. term_page:
  59. type: string
  60. label: 'Load default filter from term page'
  61. node:
  62. type: boolean
  63. label: 'Load default filter from node page, that''s good for related taxonomy blocks'
  64. limit:
  65. type: boolean
  66. label: 'Limit terms by vocabulary'
  67. vids:
  68. type: sequence
  69. label: 'Vocabularies'
  70. sequence:
  71. type: string
  72. label: 'Vocabulary'
  73. anyall:
  74. type: string
  75. label: 'Multiple-value handling'
  76. views.field.term_name:
  77. type: views.field.field
  78. mapping:
  79. convert_spaces:
  80. type: boolean
  81. label: 'Convert spaces in term names to hyphens'
  82. views.field.taxonomy_index_tid:
  83. type: views_field
  84. label: 'Taxonomy language'
  85. mapping:
  86. type:
  87. type: string
  88. label: 'Display type'
  89. separator:
  90. type: string
  91. label: 'Separator'
  92. link_to_taxonomy:
  93. type: boolean
  94. label: 'Link this field to its term page'
  95. limit:
  96. type: boolean
  97. label: 'Limit terms by vocabulary'
  98. vids:
  99. type: sequence
  100. label: 'Vocabularies'
  101. sequence:
  102. type: string
  103. label: 'Vocabulary'
  104. views.filter.taxonomy_index_tid:
  105. type: views.filter.many_to_one
  106. label: 'Taxonomy term ID'
  107. mapping:
  108. vid:
  109. type: string
  110. label: 'Vocabulary'
  111. type:
  112. type: string
  113. label: 'Selection type'
  114. hierarchy:
  115. type: boolean
  116. label: 'Show hierarchy in dropdown'
  117. limit:
  118. type: boolean
  119. label: 'Limit to vocabulary'
  120. error_message:
  121. type: boolean
  122. label: 'Display error message'
  123. value:
  124. type: sequence
  125. label: 'Values'
  126. sequence:
  127. type: integer
  128. label: 'Value'
  129. views.filter.taxonomy_index_tid_depth:
  130. type: views.filter.taxonomy_index_tid
  131. label: 'Taxonomy term ID with depth'
  132. mapping:
  133. depth:
  134. type: integer
  135. label: 'Depth'
  136. views.relationship.node_term_data:
  137. type: views_relationship
  138. label: 'Taxonomy term'
  139. mapping:
  140. vids:
  141. type: sequence
  142. label: 'Vocabularies'
  143. sequence:
  144. type: string
  145. label: 'Vocabulary'