Mercurial > hg > isophonics-drupal-site
annotate modules/contrib/views_slideshow/config/schema/views.style.slideshow.schema.yml @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | c69a71b4f40f |
children |
rev | line source |
---|---|
Chris@5 | 1 views.style.slideshow: |
Chris@5 | 2 type: views_style |
Chris@5 | 3 label: 'Slideshow' |
Chris@5 | 4 mapping: |
Chris@5 | 5 slideshow_skin: |
Chris@5 | 6 type: string |
Chris@5 | 7 label: 'Skin to apply to the slideshow' |
Chris@5 | 8 slideshow_type: |
Chris@5 | 9 type: string |
Chris@5 | 10 label: 'Main frame plugin to use to render the slideshow' |
Chris@5 | 11 widgets: |
Chris@5 | 12 type: mapping |
Chris@5 | 13 label: 'Control widgets for the slideshow' |
Chris@5 | 14 mapping: |
Chris@5 | 15 top: |
Chris@5 | 16 type: views_slideshow_control_group |
Chris@5 | 17 label: 'Widget configuration for above the slideshow' |
Chris@5 | 18 bottom: |
Chris@5 | 19 type: views_slideshow_control_group |
Chris@5 | 20 label: 'Widget configuration for below the slideshow' |