You are here

views.style.views_accordion.schema.yml in Views Accordion 8

Same filename and directory in other branches
  1. 2.0.x config/schema/views.style.views_accordion.schema.yml
config/schema/views.style.views_accordion.schema.yml

File

config/schema/views.style.views_accordion.schema.yml
View source
  1. views.style.views_accordion:
  2. type: views_style
  3. label: 'Views Accordion'
  4. mapping:
  5. grouping:
  6. type: sequence
  7. label: 'Grouping field number %i'
  8. sequence:
  9. type: mapping
  10. label: 'Field'
  11. mapping:
  12. use-grouping-header:
  13. type: integer
  14. label: 'Use the group header as the Accordion header'
  15. disableifone:
  16. type: integer
  17. label: 'Disable if only one result'
  18. row-start-open:
  19. type: string
  20. label: 'Row to display opened on start'
  21. collapsible:
  22. type: integer
  23. label: 'Collapsible'
  24. animated:
  25. type: string
  26. label: 'Animation effect'
  27. animation_time:
  28. type: string
  29. label: 'Animation time'
  30. heightStyle:
  31. type: string
  32. label: 'heightStyle'
  33. event:
  34. type: string
  35. label: 'Event'
  36. use_header_icons:
  37. type: integer
  38. label: 'Use header icons'
  39. icon_header:
  40. type: 'string'
  41. label: 'Closed row header icon'
  42. icon_active_header:
  43. type: 'string'
  44. label: 'Opened row header icon'