You are here

field_slideshow.schema.yml in Field Slideshow 8.3

config/schema/field_slideshow.schema.yml

File

config/schema/field_slideshow.schema.yml
View source
  1. field.formatter.settings.slideshow:
  2. type: mapping
  3. label: 'Field slideshow'
  4. mapping:
  5. colorbox_image_style:
  6. type: string
  7. label: 'Colorbox Image Style'
  8. slideshow:
  9. fx:
  10. type: string
  11. label: 'Transition'
  12. allowWrap:
  13. type: boolean
  14. label: 'Allow wrap'
  15. deley:
  16. type: string
  17. label: 'Deley'
  18. hideNonActive:
  19. type: boolean
  20. label: 'Hide Non Active'
  21. loader:
  22. type: string
  23. label: 'Loader'
  24. loop:
  25. type: integer
  26. label: 'Loop'
  27. pauseOnHover:
  28. type: boolean
  29. label: 'Pause On Hover'
  30. paused:
  31. type: boolean
  32. label: 'Paused'
  33. random:
  34. type: boolean
  35. label: 'Random'
  36. reverse:
  37. type: boolean
  38. label: 'Reverse'
  39. speed:
  40. type: integer
  41. label: 'Speed'
  42. startingSlide:
  43. type: integer
  44. label: 'Starting Slide'
  45. swipe:
  46. type: boolean
  47. label: 'Swipe'
  48. sync:
  49. type: boolean
  50. label: 'Sync'
  51. timeout:
  52. type: integer
  53. label: 'Timeout'
  54. slideshow_pager:
  55. pager_type:
  56. type: string
  57. label: 'Pager type'
  58. pager:
  59. type: string
  60. label: 'Pager'
  61. controls:
  62. type: boolean
  63. label: 'Controls'