You are here

taxonomy_entity_index.views.schema.yml in Taxonomy Entity Index 8

config/schema/taxonomy_entity_index.views.schema.yml

File

config/schema/taxonomy_entity_index.views.schema.yml
View source
  1. # Schema for the views plugins of the Taxonomy Entity Index module.
  2. views.argument.taxonomy_entity_index_tid_depth:
  3. type: views_argument
  4. label: 'Taxonomy term ID'
  5. mapping:
  6. depth:
  7. type: integer
  8. label: 'Depth'
  9. break_phrase:
  10. type: boolean
  11. label: 'Allow multiple values'
  12. use_taxonomy_term_path:
  13. type: boolean
  14. label: 'Use taxonomy term path'
  15. views.argument.taxonomy_entity_index_term_uuid_depth:
  16. type: views.argument.taxonomy_entity_index_tid_depth
  17. label: 'Taxonomy term UUID'
  18. views.field.taxonomy_entity_index_tid:
  19. type: views_field
  20. label: 'Taxonomy language'
  21. mapping:
  22. type:
  23. type: string
  24. label: 'Display type'
  25. separator:
  26. type: string
  27. label: 'Separator'
  28. link_to_taxonomy:
  29. type: boolean
  30. label: 'Link this field to its term page'
  31. limit:
  32. type: boolean
  33. label: 'Limit terms by vocabulary'
  34. vids:
  35. type: sequence
  36. label: 'Vocabularies'
  37. sequence:
  38. type: string
  39. label: 'Vocabulary'
  40. views.filter.taxonomy_entity_index_tid_depth:
  41. type: views.filter.taxonomy_index_tid
  42. label: 'Taxonomy term ID with depth'
  43. mapping:
  44. depth:
  45. type: integer
  46. label: 'Depth'