You are here

views.style.slideshow.schema.yml in Views Slideshow 8.4

config/schema/views.style.slideshow.schema.yml

File

config/schema/views.style.slideshow.schema.yml
View source
  1. views.style.slideshow:
  2. type: views_style
  3. label: 'Slideshow'
  4. mapping:
  5. slideshow_skin:
  6. type: string
  7. label: 'Skin to apply to the slideshow'
  8. slideshow_type:
  9. type: string
  10. label: 'Main frame plugin to use to render the slideshow'
  11. widgets:
  12. type: mapping
  13. label: 'Control widgets for the slideshow'
  14. mapping:
  15. top:
  16. type: views_slideshow_control_group
  17. label: 'Widget configuration for above the slideshow'
  18. bottom:
  19. type: views_slideshow_control_group
  20. label: 'Widget configuration for below the slideshow'