{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "sdawsoga/gallery",
    "version": "5.3.11",
    "title": "Social Galleri Feed",
    "category": "embed",
    "icon": "format-gallery",
    "description": "Display your Instagram feed as a responsive gallery.",
    "keywords": [ "instagram", "gallery", "feed", "social" ],
    "textdomain": "sdaweb-social-galleri-feed",
    "supports": {
        "html": false,
        "align": [ "wide", "full" ],
        "anchor": true
    },
    "attributes": {
        "feedId": {
            "type": "string",
            "default": ""
        },
        "account": {
            "type": "string",
            "default": ""
        },
        "limit": {
            "type": "number",
            "default": 9
        },
        "columns": {
            "type": "number",
            "default": 3
        },
        "layout": {
            "type": "string",
            "default": "",
            "enum": [ "", "grid", "masonry", "highlight" ]
        },
        "aspectRatio": {
            "type": "string",
            "default": "",
            "enum": [ "", "square", "instagram", "portrait", "original" ]
        },
        "showHeader": {
            "type": "boolean",
            "default": true
        },
        "showLoadmore": {
            "type": "boolean",
            "default": true
        },
        "hashtag": {
            "type": "string",
            "default": ""
        },
        "excludeHashtags": {
            "type": "string",
            "default": ""
        }
    },
    "editorScript": "file:../../assets/js/block-editor.js"
}
