comparison modules/contrib/views_slideshow/config/schema/views.style.slideshow.schema.yml @ 5:c69a71b4f40f

Add slideshow module
author Chris Cannam
date Thu, 07 Dec 2017 14:46:23 +0000
parents
children
comparison
equal deleted inserted replaced
4:8948ab6c87d2 5:c69a71b4f40f
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'