{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "aieo/sale-eligibility-message",
    "version": "1.0.0",
    "title": "AIEO Sale Eligibility Message",
    "category": "woocommerce",
    "icon": "megaphone",
    "description": "Conditional badge that appears under the price WHEN the current product is on sale, telling the shopper how they qualify for the sale price (everyone, signed-in only, PRO role, etc.). Auto-hides on non-sale products. Token replacement: {regular_price}, {sale_price}, {savings_amount}, {savings_pct}, {role}.",
    "keywords": ["aieo", "product", "sale", "discount", "eligibility", "role-pricing"],
    "ancestor": ["core/template", "core/post-template", "woocommerce/single-product"],
    "supports": {
        "html": false,
        "align": false,
        "spacing": { "margin": true, "padding": true },
        "color": { "background": true, "text": true }
    },
    "attributes": {
        "messageAnonymous": {
            "type": "string",
            "default": "🔥 Σε προσφορά — εξοικονομείτε {savings_amount} ({savings_pct} έκπτωση)."
        },
        "messageLoggedIn": {
            "type": "string",
            "default": "🔥 Δικαιούστε τη μειωμένη τιμή! Εξοικονομείτε {savings_amount}."
        },
        "messageProMember": {
            "type": "string",
            "default": "💎 Ως PRO μέλος δικαιούστε αυτή την τιμή σε κάθε παραγγελία."
        },
        "showOnNonSale": { "type": "boolean", "default": false }
    },
    "render": "file:./render.php",
    "style": "file:./style.css",
    "textdomain": "ai-eshop-optimizer"
}
