{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "name": "tainacan/search-bar",
    "title": "Tainacan Search Bar",
    "apiVersion": 3,
    "category": "tainacan-blocks",
    "keywords": [ "items", "search", "bar" ],
    "description": "Set up a custom search bar to redirect to an item's list",
    "textdomain": "tainacan",
    "example": {
        "attributes": {
            "collectionId": "default",
            "collectionSlug": "preview"
        }
    },
    "attributes": {
        "content": {
            "type": "array",
            "source": "children",
            "selector": "div"
        },
        "collectionId": {
            "type": "string",
            "default": ""
        },
        "collectionSlug": {
            "type": "string",
            "default": ""
        },
        "alignment": {
            "type": "string",
            "default": "center"
        },
        "isModalOpen": {
            "type": "boolean",
            "default": false
        },
        "maxWidth": {
            "type": "number",
            "value": 80
        },
        "placeholderText": {
            "type": "string",
            "default": "Search"
        },
        "searchQuery": {
            "type": "string",
            "default": "search"
        },
        "showCollectionHeader": {
            "type": "boolean",
            "value": false
        },
        "showCollectionLabel": {
            "type": "boolean",
            "value": false
        },
        "collectionHeaderHeight": {
            "type": "number",
            "value": 165
        },
        "collectionBackgroundColor": {
            "type": "string",
            "default": "#373839"
        },
        "collectionTextColor": {
            "type": "string",
            "default": "#ffffff"
        },
        "collectionHeaderImage": {
            "type": "string",
            "default": ""
        },
        "collectionName": {
            "type": "string",
            "default": ""
        },
        "collectionTextSize": {
            "type": "number",
            "default": 2
        }
    },
    "supports": {
        "align": ["full", "wide", "left", "center", "right"],
        "html": true,
        "multiple": false,
        "typography": {
            "fontSize": true
        }
    },
    "styles": [
        {
            "name": "default",
            "label": "default",
            "isDefault": true
        },
        {
            "name": "alternate",
            "label": "Alternate"
        },
        {
            "name": "stylish",
            "label": "Stylish"
        }
    ],
    "editorScript": "search-bar",
	"editorStyle": ["search-bar", "tainacan-blocks-common-editor-styles" ]
}