{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "aieo/breadcrumb",
    "version": "1.0.0",
    "title": "AIEO Breadcrumb",
    "category": "theme",
    "icon": "menu-alt",
    "description": "SEO-consistent breadcrumb. Uses the SAME pinned canonical category as AIEO's canonical URL and JSON-LD BreadcrumbList, so the visible trail never disagrees with what Google reads.",
    "keywords": ["aieo", "breadcrumb", "seo", "navigation"],
    "supports": {
        "html": false,
        "align": ["wide"],
        "spacing": { "margin": true, "padding": true },
        "typography": { "fontSize": true, "lineHeight": true },
        "color": { "background": true, "text": true, "link": true }
    },
    "attributes": {
        "separator": { "type": "string", "default": "›" }
    },
    "render": "file:./render.php",
    "viewStyle": "file:./style.css",
    "textdomain": "ai-eshop-optimizer"
}
