flipping_gallery-1.0.x-dev/config/schema/flipping_gallery.schema.yml
config/schema/flipping_gallery.schema.yml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | field.formatter.settings.flipping_gallery_image: type: mapping label: 'Flipping Gallery Image format settings' mapping: image_style: type: string label: 'Image style' direction: type: string label: 'Direction' selector: type: string label: 'Selector' spacing: type: integer label: 'Spacing' showMaximum: type: integer label: 'Show maximum' enableScroll: type: boolean label: 'Enable scroll' flipDirection: type: string label: 'Flip direction' autoplay: type: boolean label: 'Autoplay' |