You are here

entity_hierarchy.views.schema.yml in Entity Reference Hierarchy 3.x

Same filename and directory in other branches
  1. 8.2 config/schema/entity_hierarchy.views.schema.yml
config/schema/entity_hierarchy.views.schema.yml

File

config/schema/entity_hierarchy.views.schema.yml
View source
  1. # Schema for the views plugins of the module.
  2. views.argument.entity_hierarchy_argument_is_child_of_entity:
  3. type: views_argument
  4. label: 'Child entities'
  5. mapping:
  6. depth:
  7. type: integer
  8. label: 'Depth'
  9. views.argument.entity_hierarchy_argument_is_parent_of_entity:
  10. type: views_argument
  11. label: 'Parent entities'
  12. mapping:
  13. depth:
  14. type: integer
  15. label: 'Depth'
  16. views.argument.entity_hierarchy_argument_is_sibling_of_entity:
  17. type: views_argument
  18. label: 'Sibling entities'
  19. mapping:
  20. show_self:
  21. type: boolean
  22. label: 'Show self'
  23. views.argument.entity_hierarchy_argument_is_parent_of_entity_revision:
  24. type: views.argument.entity_hierarchy_argument_is_parent_of_entity
  25. views.argument.entity_hierarchy_argument_is_child_of_entity_revision:
  26. type: views.argument.entity_hierarchy_argument_is_child_of_entity
  27. views.argument.entity_hierarchy_argument_is_sibling_of_entity_revision:
  28. type: views.argument.entity_hierarchy_argument_is_sibling_of_entity
  29. views.field.entity_hierarchy_tree_summary:
  30. type: views_field
  31. label: 'Children summary type'
  32. mapping:
  33. summary_type:
  34. type: string
  35. label: 'How to display the summary'