{
    "apiVersion": 3,
    "name": "wpmf/wordpress-gallery",
    "title": "WP Media Folder Gallery",
    "category": "wp-media-folder",
    "icon": "format-gallery",
    "description": "",
    "textdomain": "wpmf",
    "supports": {
        "align": [
            "none",
            "left",
            "right",
            "full",
            "wide",
            "center"
        ]
    },
    "attributes": {
        "images": {
            "type": "array",
            "default": []
        },
        "image_sortable": {
            "type": "array",
            "default": []
        },
        "display": {
            "type": "string",
            "default": "masonry"
        },
        "aspect_ratio": {
            "type": "string",
            "default": "default"
        },
        "columns": {
            "type": "string",
            "default": "3"
        },
        "size": {
            "type": "string",
            "default": "medium"
        },
        "crop_image": {
            "type": "number",
            "default": 1
        },
        "targetsize": {
            "type": "string",
            "default": "large"
        },
        "link": {
            "type": "string",
            "default": "file"
        },
        "wpmf_orderby": {
            "type": "string",
            "default": "post__in"
        },
        "wpmf_order": {
            "type": "string",
            "default": "ASC"
        },
        "autoplay": {
            "type": "number",
            "default": 1
        },
        "wpmf_folder_id": {
            "type": "array",
            "default": []
        },
        "wpmf_autoinsert": {
            "type": "string",
            "default": "0"
        },
        "img_border_radius": {
            "type": "number",
            "default": 0
        },
        "borderWidth": {
            "type": "number",
            "default": 1
        },
        "borderColor": {
            "type": "string",
            "default": "transparent"
        },
        "borderStyle": {
            "type": "string",
            "default": "none"
        },
        "hoverShadowH": {
            "type": "number",
            "default": 0
        },
        "hoverShadowV": {
            "type": "number",
            "default": 0
        },
        "hoverShadowBlur": {
            "type": "number",
            "default": 0
        },
        "hoverShadowSpread": {
            "type": "number",
            "default": 0
        },
        "hoverShadowColor": {
            "type": "string",
            "default": "#ccc"
        },
        "gutterwidth": {
            "type": "number",
            "default": 15
        },
        "changed": {
            "type": "boolean",
            "default": false
        },
        "cover": {
            "type": "string",
            "source": "attribute",
            "selector": "img",
            "attribute": "src"
        }
    },
    "editorScript": "wpmf-gallery-editor-script",
    "style": [
        "wpmf-gallery-popup-style",
        "wpmf-gallery-style",
        "wpmf-slick-style",
        "wpmf-slick-theme-style"
    ]
}