Yaffs site version 1.1
[yaffs-website] / web / modules / contrib / blazy / config / schema / blazy.views.schema.yml
1 blazy_views_field:
2   type: views_field
3   label: Blazy
4   mapping:
5     box_style:
6       type: string
7       label: 'Lightbox image style'
8     box_media_style:
9       type: string
10       label: 'Lightbox video style'
11     image_style:
12       type: string
13       label: 'Image style'
14     media_switch:
15       type: string
16       label: 'Media switch'
17     ratio:
18       type: string
19       label: 'Aspect ratio'
20     thumbnail_style:
21       type: string
22       label: 'Thumbnail style'
23     view_mode:
24       type: string
25       label: 'View mode'
26
27 views.field.blazy_file:
28   type: blazy_views_field
29
30 views.field.blazy_media:
31   type: blazy_views_field
32
33 views.style.blazy:
34   type: blazy_base
35   label: 'Blazy Grid'