{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "digicommerce/products-sorting",
    "title": "Products Sorting",
    "category": "digicommerce",
    "description": "Add a dropdown to sort products by various criteria.",
    "keywords": ["sort", "order", "filter", "products"],
    "textdomain": "digicommerce",
    "attributes": {
        "showLabel": {
            "type": "boolean",
            "default": true
        },
        "labelText": {
            "type": "string",
            "default": "Sort by:"
        }
    },
    "supports": {
        "anchor": true,
        "align": ["left", "center", "right"],
        "spacing": {
            "margin": true,
            "padding": true,
            "__experimentalDefaultControls": {
                "margin": true,
                "padding": true
            }
        },
        "typography": {
            "fontSize": true,
            "lineHeight": true,
            "__experimentalFontFamily": true,
            "__experimentalFontWeight": true,
            "__experimentalDefaultControls": {
                "fontSize": true
            }
        },
        "color": {
            "text": true,
            "background": true,
            "gradients": true
        },
        "__experimentalBorder": {
            "color": true,
            "radius": true,
            "style": true,
            "width": true
        }
    },
    "example": {
        "attributes": {
            "showLabel": true,
            "labelText": "Sort by:"
        }
    },
    "style": "file:./style.css",
    "editorStyle": "file:./style.css",
    "viewScript": "file:./script.js"
}
