{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "name": "tainacan/items-gallery",
    "title": "Tainacan Items Gallery",
    "apiVersion": 3,
    "category": "tainacan-blocks",
    "keywords": [ "items", "carousel", "slider", "zoom" ],
    "description": "A zoomable slider that displays a gallery of items.",
    "textdomain": "tainacan",
    "example": {
        "attributes": {
            "content": "preview"
        }
    },
    "attributes": {
        "blockId": {
            "type": "string",
            "default": ""
        },
        "items": {
            "type": "array",
            "default": []
        },
        "collectionId": {
            "type": "string",
            "default": ""
        },
        "searchURL": {
            "type": "string",
            "default": ""
        },
        "searchParams": {
            "type": "object",
            "default": {}
        },
        "selectedItems": {
            "type": "array",
            "default": []
        },
        "loadStrategy": {
            "type": "string",
            "default": "search"
        },
        "maxItemsNumber": {
            "type": "number",
            "default": 12
        },
        "isModalOpen": {
            "type": "boolean",
            "default": false
        },
        "layoutElements": {
            "type": "object",
            "default": {
                "main": true,
                "thumbnails": true
            }
        },
        "hideItemTitleMain": {
            "type": "boolean",
            "default": true
        },
        "hideItemLinkMain": {
            "type": "boolean",
            "default": false
        },
        "hideItemDescriptionMain": {
            "type": "boolean",
            "default": true
        },
        "hideItemTitleThumbnails": {
            "type": "boolean",
            "default": true
        },
        "hideItemTitleLightbox": {
            "type": "boolean",
            "default": false
        },
        "hideItemLinkLightbox": {
            "type": "boolean",
            "default": false
        },
        "hideItemDescriptionLightbox": {
            "type": "boolean",
            "default": false
        },
        "openLightboxOnClick": {
            "type": "boolean",
            "default": true
        },
        "arrowsSize": {
            "type": "integer",
            "default": 44
        },
        "mainSliderHeight": {
            "type": "integer",
            "default": 60
        },
        "mainSliderWidth": {
            "type": "integer",
            "default": 100
        },
        "thumbnailsCarouselWidth": {
            "type": "integer",
            "default": 100
        },
        "thumbnailsCarouselItemSize": {
            "type": "integer",
            "default": 136
        },
        "lightboxHasLightBackground": {
            "type": "boolean",
            "default": false
        },
        "thumbnailsSize": {
            "type": "string",
            "default": "tainacan-medium"
        },
        "thumbsHaveFixedHeight": {
            "type": "boolean",
            "default": false
        }
    },
    "supports": {
        "align": ["full", "wide"],
        "multiple": true,
        "color": {
            "text": true,
            "background": true,
            "gradients": true,
            "link": true
        },
        "spacing": {
            "padding": true
        },
        "position": {
            "sticky": true
        }
    },
    "editorScript": "items-gallery",
	"editorStyle": ["item-gallery", "tainacan-blocks-common-editor-styles" ]
}