{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "name": "tainacan/facets-list",
    "title": "Tainacan Facets List",
    "apiVersion": 3,
    "category": "tainacan-blocks",
    "keywords": [ "facets", "search", "terms" ],
    "description": "List facets from a Tainacan Collection or Repository",
    "textdomain": "tainacan",
    "example": {
        "attributes": {
            "content": "preview"
        }
    },
    "attributes": {
        "content": {
            "type": "array",
            "source": "children",
            "selector": "div"
        },
        "collectionId": {
            "type": "string",
            "default": ""
        },
        "collectionSlug": {
            "type": "string",
            "default": ""
        },
        "facets": {
            "type": "array",
            "default": []
        },
        "facetsObject": {
            "type": "array",
            "default": []
        },
        "showImage": {
            "type": "boolean",
            "default": true
        },
        "nameInsideImage": {
            "type": "boolean",
            "default": false
        },
        "showItemsCount": {
            "type": "boolean",
            "default": true
        },
        "showLoadMore": {
            "type": "boolean",
            "default": false
        },
        "showSearchBar": {
            "type": "boolean",
            "value": false
        },
        "layout": {
            "type": "string",
            "default": "grid"
        },
        "cloudRate": {
            "type": "number",
            "default": 1
        },
        "isModalOpen": {
            "type": "boolean",
            "default": false
        },
        "gridMargin": {
            "type": "number",
            "default": 24
        },
        "metadatumId": {
            "type": "string",
            "default": ""
        },
        "metadatumType": {
            "type": "string",
            "default": ""
        },
        "facetsRequestSource": {
            "type": "string",
            "default": ""
        },
        "maxFacetsNumber": {
            "type": "number",
            "value": 12
        },
        "isLoading": {
            "type": "boolean",
            "value": false
        },
        "isLoadingCollection": {
            "type": "boolean",
            "value": false
        },
        "collection": {
            "type": "object",
            "value": {}
        },
        "searchstring": {
            "type": "string",
            "default": ""
        },
        "blockId": {
            "type": "string",
            "default": ""
        },
        "parentTerm": {
            "type": "number",
            "default": null
        },
        "isParentTermModalOpen": {
            "type": "boolean",
            "default": false
        },
        "maxColumnsCount": {
            "type": "number",
            "default": 5
        },
        "appendChildTerms": {
            "type": "boolean",
            "default": false
        },
        "childFacetsObject": {
            "type": "object",
            "default": {}
        },
        "linkTermFacetsToTermPage": {
            "type": "boolean",
            "default": true
        },
        "isLoadingChildTerms": {
            "type": "number",
            "default": null
        },
        "itemsCountStyle": {
            "type": "string",
            "default": "default"
        },
        "imageSize": {
            "type": "string",
            "default": "tainacan-medium"
        }
    },
    "supports": {
        "align": ["full", "wide"],
        "html": false,
        "typography": {
            "fontSize": true
        },
        "color": {
            "text": true,
            "background": false,
            "gradients": false,
            "link": true
        }
    },
    "editorScript": "facets-list",
	"editorStyle": ["facets-list", "tainacan-blocks-common-editor-styles" ]
}