{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "boldpost/category-list",
    "version": "0.1.0",
    "title": "Category List",
    "category": "boldpost",
    "icon": "category",
    "description": "Display a list of categories with customizable styles",
    "example": {},
    "supports": {
        "html": false,
        "spacing": {
            "padding": true,
            "margin": true
        },
        "color": {
            "background": true,
            "text": false,
            "gradients": true
        }
    },
    "textdomain": "boldpost",
    "editorScript": "file:./index.js",
    "viewScript": "file:./view.js",
    "render": "file:./render.php",
    "attributes": {
        "listStyle": {
            "type": "string",
            "default": "default"
        },
        "columns": {
            "type": "string"
        },
        "columnsTablet": {
            "type": "string",
            "default": "1"
        },
        "columnsMobile": {
            "type": "string",
            "default": "1"
        },
        "perPage": {
            "type": "string",
            "default": "9"
        },
        "order": {
            "type": "string",
            "default": "ASC"
        },
        "orderby": {
            "type": "string",
            "default": "name"
        },
        "hideEmpty": {
            "type": "boolean",
            "default": true
        },
        "showCount": {
            "type": "boolean",
            "default": true
        },
        "showEmptyCount": {
            "type": "boolean",
            "default": false
        },
        "showDescription": {
            "type": "boolean",
            "default": false
        },
        "excludes": {
            "type": "array",
            "default": [
                "no-excludes"
            ]
        },
        "includes": {
            "type": "array",
            "default": [
                "all"
            ]
        },
        "itemPadding": {
            "type": "object"
        },
        "itemPaddingTablet": {
            "type": "object",
            "default": {
                "top": "10px",
                "right": "10px",
                "bottom": "10px",
                "left": "10px"
            }
        },
        "itemPaddingMobile": {
            "type": "object",
            "default": {
                "top": "10px",
                "right": "10px",
                "bottom": "10px",
                "left": "10px"
            }
        },
        "itemBorderRadius": {
            "type": "object",
            "default": {
                "top": "",
                "right": "",
                "bottom": "",
                "left": ""
            }
        },
        "itemGap": {
            "type": "string",
            "default": "1"
        },
        "itemGapTablet": {
            "type": "string",
            "default": "1"
        },
        "itemGapMobile": {
            "type": "string",
            "default": "1"
        },
        "itemRowGap": {
            "type": "string",
            "default": "2"
        },
        "itemRowGapTablet": {
            "type": "string",
            "default": "2"
        },
        "itemRowGapMobile": {
            "type": "string",
            "default": "1"
        },
        "itemTitleMargin": {
            "type": "object"
        },
        "itemTitleMarginTablet": {
            "type": "object"
        },
        "itemTitleMarginMobile": {
            "type": "object"
        },
        "itemDescriptionMargin": {
            "type": "object",
            "default": {
                "top": "10px",
                "right": "0px",
                "bottom": "0px",
                "left": "0px"
            }
        },
        "itemDescriptionMarginTablet": {
            "type": "object",
            "default": {
                "top": "10px",
                "right": "0px",
                "bottom": "0px",
                "left": "0px"
            }
        },
        "itemDescriptionMarginMobile": {
            "type": "object",
            "default": {
                "top": "10px",
                "right": "0px",
                "bottom": "0px",
                "left": "0px"
            }
        },
        "itemTitleTypography": {
            "type": "object",
            "default": {
                "fontFamily": "",
                "fontSize": "18px",
                "fontWeight": "600",
                "fontStyle": "",
                "textTransform": "",
                "lineHeight": "1.4",
                "letterSpacing": ""
            }
        },
        "itemTitleTypographyTablet": {
            "type": "object",
            "default": {
                "fontFamily": "",
                "fontSize": "",
                "fontWeight": "",
                "fontStyle": "",
                "textTransform": "",
                "lineHeight": "",
                "letterSpacing": ""
            }
        },
        "itemTitleTypographyMobile": {
            "type": "object",
            "default": {
                "fontFamily": "",
                "fontSize": "",
                "fontWeight": "",
                "fontStyle": "",
                "textTransform": "",
                "lineHeight": "",
                "letterSpacing": ""
            }
        },
        "itemDescriptionTypography": {
            "type": "object",
            "default": {
                "fontFamily": "",
                "fontSize": "14px",
                "fontWeight": "",
                "fontStyle": "",
                "textTransform": "",
                "lineHeight": "1.6",
                "letterSpacing": ""
            }
        },
        "itemDescriptionTypographyTablet": {
            "type": "object",
            "default": {
                "fontFamily": "",
                "fontSize": "",
                "fontWeight": "",
                "fontStyle": "",
                "textTransform": "",
                "lineHeight": "",
                "letterSpacing": ""
            }
        },
        "itemDescriptionTypographyMobile": {
            "type": "object",
            "default": {
                "fontFamily": "",
                "fontSize": "",
                "fontWeight": "",
                "fontStyle": "",
                "textTransform": "",
                "lineHeight": "",
                "letterSpacing": ""
            }
        },
        "countTypography": {
            "type": "object",
            "default": {
                "fontFamily": "",
                "fontSize": "14px",
                "fontWeight": "500",
                "fontStyle": "",
                "textTransform": "",
                "lineHeight": "",
                "letterSpacing": ""
            }
        },
        "itemBackgroundColor": {
            "type": "string",
            "default": ""
        },
        "itemBackgroundColorHover": {
            "type": "string",
            "default": ""
        },
        "itemBackgroundGradient": {
            "type": "string",
            "default": ""
        },
        "itemBackgroundGradientHover": {
            "type": "string",
            "default": ""
        },
        "itemTitleColor": {
            "type": "string",
            "default": ""
        },
        "itemTitleColorHover": {
            "type": "string",
            "default": ""
        },
        "itemDescriptionColor": {
            "type": "string",
            "default": ""
        },
        "countColor": {
            "type": "string",
            "default": ""
        },
        "countBackgroundColor": {
            "type": "string",
            "default": ""
        },
        "countPadding": {
            "type": "object",
            "default": {
                "top": "",
                "right": "",
                "bottom": "",
                "left": ""
            }
        },
        "countBorderRadius": {
            "type": "object",
            "default": {
                "top": "12px",
                "right": "12px",
                "bottom": "12px",
                "left": "12px"
            }
        },
        "titleTag": {
            "type": "string",
            "default": "h3"
        },
        "thumbnailSize": {
            "type": "string",
            "default": "medium"
        },
        "thumbnailBorderRadius": {
            "type": "object",
            "default": {
                "top": "",
                "right": "",
                "bottom": "",
                "left": ""
            }
        },
        "detailsBtnLabel": {
            "type": "string",
            "default": "Visit"
        },
        "detailsBtnTypography": {
            "type": "object",
            "default": {
                "fontFamily": "",
                "fontSize": "14px",
                "fontWeight": "500",
                "fontStyle": "",
                "textTransform": "",
                "lineHeight": "",
                "letterSpacing": ""
            }
        },
        "detailsBtnColor": {
            "type": "string",
            "default": ""
        },
        "detailsBtnColorHover": {
            "type": "string",
            "default": ""
        },
        "detailsBtnBackgroundColor": {
            "type": "string",
            "default": ""
        },
        "detailsBtnBackgroundColorHover": {
            "type": "string",
            "default": ""
        },
        "detailsBtnBackgroundGradient": {
            "type": "string",
            "default": ""
        },
        "detailsBtnBackgroundGradientHover": {
            "type": "string",
            "default": ""
        },
        "detailsBtnPadding": {
            "type": "object",
            "default": { "top": "", "right": "", "bottom": "", "left": "" }
        },
        "detailsBtnPaddingTablet": {
            "type": "object",
            "default": { "top": "", "right": "", "bottom": "", "left": "" }
        },
        "detailsBtnPaddingMobile": {
            "type": "object",
            "default": { "top": "", "right": "", "bottom": "", "left": "" }
        },
        "detailsBtnMargin": {
            "type": "object",
            "default": { "top": "", "right": "", "bottom": "", "left": "" }
        },
        "detailsBtnMarginTablet": {
            "type": "object",
            "default": { "top": "", "right": "", "bottom": "", "left": "" }
        },
        "detailsBtnMarginMobile": {
            "type": "object",
            "default": { "top": "", "right": "", "bottom": "", "left": "" }
        },
        "detailsBtnBorderRadius": {
            "type": "object",
            "default": { "top": "", "right": "", "bottom": "", "left": "" }
        },
        "detailsBtnBorderRadiusTablet": {
            "type": "object",
            "default": { "top": "", "right": "", "bottom": "", "left": "" }
        },
        "detailsBtnBorderRadiusMobile": {
            "type": "object",
            "default": { "top": "", "right": "", "bottom": "", "left": "" }
        },
        "detailsBtnBorder": {
            "type": "object",
            "default": { "width": 0, "color": "", "style": "solid" }
        },
        "detailsBtnBorderHover": {
            "type": "object",
            "default": { "width": 0, "color": "", "style": "solid" }
        },
        "contentAlign": {
            "type": "string",
            "default": "left"
        }
    }
}