{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "name": "tainacan/carousel-items-list",
    "title": "Tainacan Collection's Items Carousel",
    "apiVersion": 3,
    "category": "tainacan-blocks",
    "keywords": [ "items", "carousel", "slider" ],
    "description": "List items on a Carousel, using search or item selection.",
    "textdomain": "tainacan",
    "example": {
        "attributes": {
            "content": "preview"
        }
    },
    "attributes": {
        "content": {
            "type": "array",
            "source": "children",
            "selector": "div"
        },
        "collectionId": {
            "type": "string",
            "default": ""
        },
        "items": {
            "type": "array",
            "default": []
        },
        "isModalOpen": {
            "type": "boolean",
            "default": false
        },
        "searchURL": {
            "type": "string",
            "default": ""
        },
        "selectedItems": {
            "type": "array",
            "default": []
        },
        "itemsRequestSource": {
            "type": "string",
            "default": ""
        },
        "maxItemsNumber": {
            "type": "number",
            "default": 12
        },
        "maxItemsPerScreen": {
            "type": "number",
            "default": 7
        },
        "spaceBetweenItems": {
            "type": "number",
            "default": 32
        },
        "spaceAroundCarousel": {
            "type": "number",
            "default": 50
        },
        "isLoading": {
            "type": "boolean",
            "default": false
        },
        "isLoadingCollection": {
            "type": "boolean",
            "default": false
        },
        "loadStrategy": {
            "type": "string",
            "default": "search"
        },
        "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
        },
        "hideTitle": {
            "type": "boolean",
            "default": true
        },
        "showCollectionHeader": {
            "type": "boolean",
            "default": false
        },
        "showCollectionLabel": {
            "type": "boolean",
            "default": false
        },
        "imageSize": {
            "type": "string",
            "default": "tainacan-medium"
        },
        "collection": {
            "type": "object",
            "default": {}
        },
        "blockId": {
            "type": "string",
            "default": ""
        },
        "collectionBackgroundColor": {
            "type": "string",
            "default": "#373839"
        },
        "collectionTextColor": {
            "type": "string",
            "default": "#ffffff"
        },
        "variableItemsWidth": {
            "type": "boolean",
            "default": false
        }
    },
    "supports": {
        "align": ["full", "wide"],
        "html": false,
        "multiple": true,
        "typography": {
            "fontSize": true
        },
        "color": {
            "text": true,
            "background": false,
            "gradients": false,
            "link": true
        }
    },
    "editorScript": "carousel-items-list",
	"editorStyle": [ "carousel-items-list", "tainacan-blocks-common-editor-styles" ]
}