You are here

entity_pager.views.schema.yml in Entity Pager 2.0.x

Same filename and directory in other branches
  1. 8 config/schema/entity_pager.views.schema.yml
config/schema/entity_pager.views.schema.yml

File

config/schema/entity_pager.views.schema.yml
View source
  1. # Schema for the configuration files of the Entity Pager module.
  2. views.style.entity_pager:
  3. type: views_style
  4. label: 'Entity Pager'
  5. mapping:
  6. relationship:
  7. type: string
  8. label: 'Relationship'
  9. link_next:
  10. type: label
  11. label: 'Next label'
  12. link_prev:
  13. type: label
  14. label: 'Previous label'
  15. display_all:
  16. type: boolean
  17. label: 'Display All link'
  18. link_all_url:
  19. type: uri
  20. label: 'List All URL'
  21. link_all_text:
  22. type: label
  23. label: 'List All label'
  24. display_count:
  25. type: boolean
  26. label: 'Display count'
  27. show_disabled_links:
  28. type: boolean
  29. label: 'Show disabled links'
  30. circular_paging:
  31. type: boolean
  32. label: 'Circular paging'
  33. log_performance:
  34. type: boolean
  35. label: 'Log performance suggestions'