royalslider.schema.yml in RoyalSlider Integration 8
config/schema/royalslider.schema.yml
File
config/schema/royalslider.schema.ymlView source
- # Schema for the configuration files of the RoyalSlider module.
-
- royalslider.royalslider_optionset.*:
- type: mapping
- label: 'RoyalSlider OptionSet'
- mapping:
- id:
- type: string
- label: 'OptionSet identifier'
- uuid:
- type: string
- label: 'UUID'
- name:
- type: label
- label: 'Name'
- auto_scale_slider:
- type: boolean
- label: 'autoScaleSlider'
- auto_scale_slider_width:
- type: integer
- label: 'autoScaleSliderWidth'
- auto_scale_slider_height:
- type: integer
- label: 'autoScaleSliderHeight'
- image_scale_mode:
- type: string
- label: 'imageScaleMode'
- image_align_center:
- type: boolean
- label: 'imageAlignCenter'
- image_scale_padding:
- type: integer
- label: 'imageScalePadding'
- control_navigation:
- type: string
- label: 'controlNavigation'
- arrows_nav:
- type: boolean
- label: 'arrowsNav'
- arrows_nav_auto_hide:
- type: boolean
- label: 'arrowsNavAutoHide'
- arrows_nav_hide_on_touch:
- type: boolean
- label: 'arrowsHideOnTouch'
- img_width:
- type: integer
- label: 'imgWidth'
- img_height:
- type: integer
- label: 'imgHeight'
- slides_spacing:
- type: integer
- label: 'slidesSpacing'
- start_slide_id:
- type: integer
- label: 'startSlideId'
- loop:
- type: boolean
- label: 'loop'
- loop_rewind:
- type: boolean
- label: 'loopRewind'
- randomize_slides:
- type: boolean
- label: 'randomizeSlides'
- num_images_to_preload:
- type: integer
- label: 'numImagesToPreload'
- use_preloader:
- type: boolean
- label: 'usePreloader'
- slides_orientation:
- type: string
- label: 'slidesOrientation'
- transition_type:
- type: string
- label: 'transitionType'
- transition_speed:
- type: integer
- label: 'transitionSpeed'
- ease_in_out:
- type: string
- label: 'easeInOut'
- controls_inside:
- type: boolean
- label: 'controlsInside'
- navigate_by_click:
- type: boolean
- label: 'navigateByClick'
- slider_drag:
- type: boolean
- label: 'sliderDrag'
- slider_touch:
- type: boolean
- label: 'sliderTouch'
- keyboard_nav_enabled:
- type: boolean
- label: 'keyboardNavEnabled'
- fadein_loaded_slide:
- type: boolean
- label: 'fadeinLoadedSlide'
- allow_css3:
- type: boolean
- label: 'allowCSS3'
- global_caption:
- type: boolean
- label: 'globalCaption'
- add_active_class:
- type: boolean
- label: 'addActiveClass'
- min_slide_offset:
- type: integer
- label: 'minSlideOffset'
- auto_height:
- type: boolean
- label: 'autoHeight'
- slides:
- type: string
- label: 'Slides'
- thumbs_drag:
- type: boolean
- label: 'thumbsDrag'
- thumbs_touch:
- type: boolean
- label: 'thumbsTouch'
- thumbs_orientation:
- type: string
- label: 'thumbsOrientation'
- thumbs_arrows:
- type: boolean
- label: 'thumbsArrows'
- thumbs_spacing:
- type: integer
- label: 'thumbsSpacing'
- thumbs_arrows_auto_hide:
- type: boolean
- label: 'thumbsArrowsAutoHide'
- thumbs_auto_center:
- type: boolean
- label: 'thumbsAutoCenter'
- thumbs_transition_speed:
- type: integer
- label: 'thumbsTransitionSpeed'
- thumbs_fit_in_viewport:
- type: boolean
- label: 'thumbsFitInViewport'
- thumbs_first_margin:
- type: boolean
- label: 'thumbsFirstMargin'
- thumbs_arrow_left:
- type: string
- label: 'thumbsArrowLeft'
- thumbs_arrow_right:
- type: string
- label: 'thumbsArrowRight'
- thumbs_append_span:
- type: boolean
- label: 'thumbsAppendSpan'
- fullscreen_enabled:
- type: boolean
- label: 'fullscreenEnabled'
- fullscreen_keyboard_nav:
- type: boolean
- label: 'fullscreenKeyboardNav'
- fullscreen_button_fs:
- type: boolean
- label: 'fullscreenButtonFS'
- fullscreen_native_fs:
- type: boolean
- label: 'fullscreenNativeFS'
- deep_linking_enabled:
- type: boolean
- label: 'deepLinkingEnabled'
- deep_linking_change:
- type: boolean
- label: 'deepLinkingChange'
- deep_linking_prefix:
- type: string
- label: 'deepLinkingPrefix'
- autoplay_enabled:
- type: boolean
- label: 'autoplayEnabled'
- autoplay_stop_at_action:
- type: boolean
- label: 'autoplayStopAtAction'
- autoplay_pause_on_hover:
- type: boolean
- label: 'autoplayPauseOnHover'
- autoplay_delay:
- type: integer
- label: 'autoplayDelay'
- video_auto_hide_arrows:
- type: boolean
- label: 'videoAutoHideArrows'
- video_auto_hide_control_nav:
- type: boolean
- label: 'videoAutoHideControlNav'
- video_auto_hide_blocks:
- type: boolean
- label: 'videoAutoHideBlocks'
- video_youtube_code:
- type: string
- label: 'videoYoutubeCode'
- video_vimeo_code:
- type: string
- label: 'videoVimeoCode'
- animated_fade_effect:
- type: boolean
- label: 'animatedFadeEffect'
- animated_move_effect:
- type: string
- label: 'animatedMoveEffect'
- animated_move_offset:
- type: integer
- label: 'animatedMoveOffset'
- animated_speed:
- type: integer
- label: 'animatedSpeed'
- animated_easing:
- type: string
- label: animatedEasing'
- animated_delay:
- type: integer
- label: 'animatedDelay'
- visible_nearby_enabled:
- type: boolean
- label: 'visibleNearbyEnabled'
- visible_nearby_center_area:
- type: float
- label: 'visibleNearbyCenterArea'
- visible_nearby_center:
- type: boolean
- label: 'visibleNearbyCenter'
- visible_nearby_breakpoint:
- type: integer
- label: 'visibleNearbyBreakpoint'
- visible_nearby_breakpoint_center_area:
- type: float
- label: 'visibleNearbyBreakpointCenterArea'