{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "altis/variant",
    "title": "Experience Block Variant",
    "category": "altis-experience-blocks",
    "supports": {
        "reusable": false,
        "html": false,
        "inserter": false,
        "renaming": false,
        "layout": {
            "default": {
                "type": "default"
            },
            "allowEditing": false
		},
        "align": [ "full" ]
    },
    "attributes": {
        "align": {
            "type": "string",
            "default": "full"
        },
        "layout": {
            "type": "object",
            "default": {
                "type": "default"
            }
        },
        "audience": {
            "type": "number",
            "default": 0
        },
        "fallback": {
            "type": "boolean"
        },
        "goal": {
            "type": "string",
            "default": ""
        },
        "isValid": {
            "type": "boolean",
            "default": true
        },
        "percentage": {
            "type": "number",
            "minimum": 0,
            "maximum": 100
        },
        "title": {
            "type": "string",
            "default": ""
        }
    }
}
