{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "name": "tainacan/carousel-collections-list",
    "title": "Tainacan Collections Carousel",
    "apiVersion": 3,
    "category": "tainacan-blocks",
    "keywords": [ "collections", "carousel", "slider" ],
    "description": "List collections on a Carousel, displaying either its thumbnail or a preview of its items.",
    "textdomain": "tainacan",
    "supports": {
        "align": ["full", "wide"],
        "html": false,
        "multiple": true,
        "typography": {
            "fontSize": true
        },
        "color": {
            "text": true,
            "background": false,
            "gradients": false,
            "link": true
        }
    },
    "example": {
        "attributes": {
            "content": "preview"
        }
    },
    "attributes": {
        "content": {
            "type": "array",
            "source": "children",
            "selector": "div"
        },
        "collections": {
            "type": "array",
            "default": []
        },
        "isModalOpen": {
            "type": "boolean",
            "default": false
        },
        "selectedCollections": {
            "type": "array",
            "default": []
        },
        "itemsRequestSource": {
            "type": "string",
            "default": false
        },
        "maxCollectionsNumber": {
            "type": "number",
            "default": false
        },
        "maxCollectionsPerScreen": {
            "type": "number",
            "default": 6
        },
        "spaceBetweenCollections": {
            "type": "number",
            "default": 32
        },
        "spaceAroundCarousel": {
            "type": "number",
            "default": 50
        },
        "isLoading": {
            "type": "boolean",
            "default": false
        },
        "isLoadingCollection": {
            "type": "boolean",
            "default": false
        },
        "arrowsPosition": {
            "type": "string",
            "default": "around"
        },
        "largeArrows": {
            "type": "boolean",
            "default": false
        },
        "arrowsStyle": {
            "type": "string",
            "default": "type-1"
        },
        "autoPlay": {
            "type": "boolean",
            "default": false
        },
        "autoPlaySpeed": {
            "type": "number",
            "default": 3
        },
        "loopSlides": {
            "type": "boolean",
            "default": false
        },
        "hideName": {
            "type": "boolean",
            "default": true
        },
        "showCollectionThumbnail": {
            "type": "boolean",
            "default": false
        },
        "imageSize": {
            "type": "string",
            "default": "tainacan-medium"
        },
        "blockId": {
            "type": "string",
            "default": ""
        },
        "collectionBackgroundColor": {
            "type": "string",
            "default": "#373839"
        },
        "collectionTextColor": {
            "type": "string",
            "default": "#ffffff"
        }
    },
    "editorScript": "carousel-collections-list",
	"editorStyle": ["carousel-collections-list", "tainacan-blocks-common-editor-styles" ]
}