{
    "settings": {
        "width": {
            "newName": "width",
            "type": "mixed"
        },
        "height": {
            "newName": "height",
            "type": "mixed"
        },
        "aspect_ratio": {
            "newName": "aspect_ratio",
            "type": "number"
        },
        "scale_type": {
            "newName": "image_scale_mode",
            "type": "select",
            "options": {
                "outsideFit": "cover",
                "insideFit": "contain",
                "exactFit": "exact",
                "proportionalFit": "cover",
                "noScale": "none"
            }
        },
        "lazy_loading": {
            "newName": "lazy_loading",
            "type": "boolean"
        },
        "shuffle": {
            "newName": "shuffle",
            "type": "boolean"
        },
        "slide_start": {
            "newName": "start_slide",
            "type": "number"
        },
        "slideshow": {
            "newName": "autoplay",
            "type": "boolean"
        },
        "slideshow_delay": {
            "newName": "autoplay_delay",
            "type": "number"
        },
        "pause_slideshow_on_hover": {
            "newName": "autoplay_on_hover",
            "type": "select",
            "options": {
                "0": "none",
                "1": "pause"
            }
        },
        "slideshow_direction": {
            "newName": "autoplay_direction",
            "type": "select",
            "options": {
                "next": "normal",
                "previous": "backwards"
            }
        },
        "keyboard_navigation": {
            "newName": "keyboard",
            "type": "boolean"
        },
        "keyboard_navigation_on_focus_only": {
            "newName": "keyboard_only_on_focus",
            "type": "boolean"
        },
        "slide_arrows": {
            "newName": "arrows",
            "type": "boolean"
        },
        "navigation_arrows": {
            "newName": "arrows",
            "type": "boolean"
        },
        "fade_navigation_arrows": {
            "newName": "fade_arrows",
            "type": "boolean"
        },
        "slide_arrows_toggle": {
            "newName": "fade_arrows",
            "type": "boolean"
        },
        "slide_buttons": {
            "newName": "buttons",
            "type": "boolean"
        },
        "navigation_buttons": {
            "newName": "buttons",
            "type": "boolean"
        },
        "lightbox": {
            "newName": "lightbox",
            "type": "boolean"
        },
        "fullscreen_controls": {
            "newName": "fulscreen",
            "type": "boolean"
        },
        "fullscreen_controls_toggle": {
            "newName": "fade_fullscreen",
            "type": "boolean"
        },
        "swipe_threshold": {
            "newName": "touch_swipe_threshold",
            "type": "number"
        },
        "fade_previous_slide": {
            "newName": "fade",
            "type": "boolean"
        },
        "thumbnail_type": {
            "newName": "auto_thumbnail_images",
            "type": "select",
            "options": {
                "scroller": true,
                "tooltipAndScroller": true
            }
        },
        "thumbnails_type": {
            "newName": "auto_thumbnail_images",
            "type": "select",
            "options": {
                "navigation": true
            }
        },
        "thumbnail_width": {
            "newName": "thumbnail_width",
            "type": "number"
        },
        "thumbnail_height": {
            "newName": "thumbnail_height",
            "type": "number"
        },
        "thumbnail_orientation": {
            "newName": "thumbnails_position",
            "type": "select",
            "options": {
                "horizontal": "bottom",
                "vertical": "right"
            }
        },
        "thumbnail_arrows": {
            "newName": "thumbnail_arrows",
            "type": "boolean"
        },
        "thumbnail_arrows_toggle": {
            "newName": "fade_thumbnail_arrows",
            "type": "boolean"
        },
        "fade_thumbnail_arrows": {
            "newName": "fade_thumbnail_arrows",
            "type": "boolean"
        },
        "video_play_action": {
            "newName": "play_video_action",
            "type": "select",
            "options": {
                "stopSlideshow": "stopAutoplay",
                "pauseSlideshow": "stopAutoplay",
                "none": "none"
            }
        },
        "video_pause_action": {
            "newName": "pause_video_action",
            "type": "select",
            "options": {
                "startSlideshow": "startAutoplay",
                "resumeSlideshow": "startAutoplay",
                "none": "none"
            }
        },
        "video_end_action": {
            "newName": "end_video_action",
            "type": "select",
            "options": {
                "resetVideo": "replayVideo",
                "replayVideo": "replayVideo",
                "startSlideshow": "startAutoplay",
                "resumeSlideshow": "startAutoplay",
                "nextSlide": "nextSlide",
                "none": "none"
            }
        },
        "reach_video_action": {
            "newName": "reach_video_action",
            "type": "select",
            "options": {
                "playVideo": "playVideo",
                "none": "none"
            }
        },
        "leave_video_action": {
            "newName": "leave_video_action",
            "type": "select",
            "options": {
                "stopVideo": "stopVideo",
                "pauseVideoAndBuffering": "pauseVideo",
                "pauseVideo": "pauseVideo",
                "removeVideo": "removeVideo",
                "none": "none"
            }
        },
        "custom_class": {
            "newName": "custom_class",
            "type": "string"
        }
    },
    "slideContent": { 
        "image": {
            "newName": "main_image_source",
            "type": "string"
        },
        "alt": {
            "newName": "main_image_alt",
            "type": "string"
        },
        "title": {
            "newName": "main_image_title",
            "type": "string"
        },
        "slide_link_path": {
            "newName": "main_image_link",
            "type": "string"
        },
        "link": {
            "newName": "main_image_link",
            "type": "string"
        },
        "slide_link_title": {
            "newName": "main_image_link_title",
            "type": "string"
        },
        "thumbnail_image": {
            "newName": "thumbnail_source",
            "type": "string"
        },
        "thumbnail_alt": {
            "newName": "thumbnail_source_alt",
            "type": "string"
        },
        "thumbnail_tooltip": {
            "newName": "thumbnail_source_alt",
            "type": "string"
        },
        "thumbnail_title": {
            "newName": "thumbnail_source_title",
            "type": "string"
        },
        "thumbnail_caption": {
            "newName": "thumbnail_source_title",
            "type": "string"
        },
        "thumbnail_content": {
            "newName": "thumbnail_content",
            "type": "string"
        },
        "thumbnail_link_path": {
            "newName": "thumbnail_link",
            "type": "string"
        },
        "thumbnail_link_title": {
            "newName": "thumbnail_link_title",
            "type": "string"
        }
    },
    "slideSettings": {
        "slide_type": {
            "newName": "content_type",
            "type": "select",
            "options": {
                "static": "custom",
                "posts": "posts",
                "gallery": "gallery",
                "flickr": "flickr"
            }
        },
        "dynamic_slide": {
            "newName": "content_type",
            "type": "select",
            "options": {
                "0": "custom",
                "1": "posts"
            }
        },
        "dynamic_posts_types": {
            "newName": "posts_post_types",
            "type": "stringToArray",
            "delimiter": ";"
        },
        "dynamic_post_types": {
            "newName": "posts_post_types",
            "type": "stringToArray",
            "delimiter": ";"
        },
        "dynamic_posts_taxonomies": {
            "newName": "posts_taxonomies",
            "type": "stringToArray",
            "delimiter": ";"
        },
        "dynamic_taxonomies": {
            "newName": "posts_taxonomies",
            "type": "stringToArray",
            "delimiter": ";"
        },
        "dynamic_posts_relation": {
            "newName": "posts_relation",
            "type": "select",
            "options": {
                "or": "OR",
                "and": "AND"
            }
        },
        "dynamic_relation": {
            "newName": "posts_relation",
            "type": "select",
            "options": {
                "or": "OR",
                "and": "AND"
            }
        },
        "dynamic_posts_operator": {
            "newName": "posts_operator",
            "type": "select",
            "options": {
                "IN": "IN",
                "NOT IN": "NOT IN"
            }
        },
        "dynamic_posts_order": {
            "newName": "posts_order",
            "type": "select",
            "options": {
                "DESC": "DESC",
                "ASC": "ASC"
            }
        },
        "dynamic_order": {
            "newName": "posts_order",
            "type": "select",
            "options": {
                "DESC": "DESC",
                "ASC": "ASC"
            }
        },
        "dynamic_posts_orderby": {
            "newName": "posts_order_by",
            "type": "select",
            "options": {
                "date": "date",
                "comment_count": "comment_count",
                "title": "title",
                "rand": "rand"
            }
        },
        "dynamic_orderby": {
            "newName": "posts_order_by",
            "type": "select",
            "options": {
                "date": "date",
                "comment_count": "comment_count",
                "title": "title",
                "rand": "rand"
            }
        },
        "dynamic_flickr_api_key": {
            "newName": "flickr_api_key",
            "type": "string"
        },
        "dynamic_flickr_data_id": {
            "newName": "flickr_id",
            "type": "string"
        },
        "dynamic_flickr_data_type": {
            "newName": "flickr_load_by",
            "type": "select",
            "options": {
                "set": "set_id",
                "username": "user_id"
            }
        },
        "dynamic_flickr_maximum": {
            "newName": "flickr_per_page",
            "type": "string"
        }
    },
    "layerSettings": {
        "layer_transition": {
            "newName": "show_transition",
            "type": "select",
            "options": {
                "none": "fade",
                "left": "left",
                "right": "right",
                "up": "up",
                "down": "down"
            }
        },
        "layer_offset": {
            "newName": "show_offset",
            "type": "number"
        },
        "layer_duration": {
            "newName": "show_duration",
            "type": "number"
        },
        "layer_delay": {
            "newName": "show_delay",
            "type": "number"
        },
        "layer_position": {
            "newName": "position",
            "type": "select",
            "options": {
                "topLeft": "topLeft",
                "topRight": "topRight",
                "bottomLeft": "bottomLeft",
                "bottomRight": "bottomRight"
            }
        },
        "layer_horizontal": {
            "newName": "horizontal",
            "type": "mixed"
        },
        "layer_vertical": {
            "newName": "vertical",
            "type": "mixed"
        },
        "layer_width": {
            "newName": "width",
            "type": "mixed"
        },
        "layer_height": {
            "newName": "height",
            "type": "mixed"
        },
        "layer_preset_styles": {
            "newName": "preset_styles",
            "type": "stringToArray",
            "delimiter": ",",
            "options": {
                "black": "sp-black",
                "white": "sp-white",
                "rounded": "sp-rounded"
            }
        },
        "layer_custom_class": {
            "newName": "custom_class",
            "type": "string"
        }
    }
}