{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "name": "tainacan/dynamic-items-list",
    "title": "Tainacan Collection's Items List",
    "apiVersion": 3,
    "category": "tainacan-blocks",
    "keywords": [ "items", "search", "collection" ],
    "description": "Dynamically list items from a Tainacan items search",
    "textdomain": "tainacan",
    "example": {
        "attributes": {
            "content": "preview"
        }
    },
    "attributes": {
        "content": {
            "type": "array",
            "source": "children",
            "selector": "div"
        },
        "collectionId": {
            "type": "string",
            "default": ""
        },
        "items": {
            "type": "array",
            "default": []
        },
        "showImage": {
            "type": "boolean",
            "default": true
        },
        "showName": {
            "type": "boolean",
            "default": true
        },
        "layout": {
            "type": "string",
            "default": "grid"
        },
        "isModalOpen": {
            "type": "boolean",
            "default": false
        },
        "gridMargin": {
            "type": "number",
            "default": 0
        },
        "searchURL": {
            "type": "string",
            "default": ""
        },
        "itemsRequestSource": {
            "type": "string",
            "default": ""
        },
        "maxItemsNumber": {
            "type": "number",
            "default": 12
        },
        "isLoading": {
            "type": "boolean",
            "default": false
        },
        "isLoadingCollection": {
            "type": "boolean",
            "default": false
        },
        "showSearchBar": {
            "type": "boolean",
            "default": false
        },
        "showCollectionHeader": {
            "type": "boolean",
            "default": false
        },
        "showCollectionLabel": {
            "type": "boolean",
            "default": false
        },
        "collection": {
            "type": "object",
            "default": {}
        },
        "searchString": {
            "type": "string",
            "default": ""
        },
        "selectedItems": {
            "type": "array",
            "default": []
        },
        "loadStrategy": {
            "type": "string",
            "default": "search"
        },
        "order": {
            "type": "string",
            "default": ""
        },
        "orderBy": {
            "type": "string",
            "default": "date"
        },
        "orderByMetaKey": {
            "type": "string",
            "default": ""
        },
        "blockId": {
            "type": "string",
            "default": ""
        },
        "collectionBackgroundColor": {
            "type": "string",
            "default": "#373839"
        },
        "collectionTextColor": {
            "type": "string",
            "default": "#ffffff"
        },
        "mosaicHeight": {
            "type": "number",
            "default": 280
        },
        "mosaicGridColumns": {
            "type": "number",
            "default": 3
        },
        "mosaicGridRows": {
            "type": "number",
            "default": 3
        },
        "sampleBackgroundImage": {
            "type": "string",
            "default": ""
        },
        "mosaicItemFocalPoint": {
            "type": "object",
            "default": {
                "x": 0.5,
                "y": 0.5
            }
        },
        "mosaicDensity": {
            "type": "number",
            "default": 5
        },
        "maxColumnsCount": {
            "type": "number",
            "default": 4
        },
        "imageSize": {
            "type": "string",
            "default": "tainacan-medium"
        },
        "tainacanViewMode": {
            "type": "string",
            "default": "masonry"
        },
        "displayedMetadata": {
            "type": "array",
            "default": []
        }
    },
    "supports": {
        "align": ["full", "wide"],
        "html": false,
        "typography": {
            "fontSize": true
        },
        "color": {
            "text": true,
            "background": false,
            "gradients": false,
            "link": true
        }
    },
    "editorScript": "dynamic-items-list",
	"editorStyle": ["dynamic-items-list", "tainacan-blocks-common-editor-styles" ]
}