{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 2,
    "name": "vindi-pagamentos/person-type-fallback",
    "icon": "flag",
    "version": "1.1.7",
    "title": "Woo - Tipo de Pessoa (Fallback)",
    "description": "Definição de tipo de pessoa no checkout - versão fallback para WooCommerce antigo",
    "category": "woocommerce",
    "parent": [ "woocommerce/checkout-billing-address-block" ],
    "attributes": {
        "lock": {
            "type": "object",
            "default": {
                "remove": true,
                "move": true
            }
        },
        "personType": {
            "type": "integer",
            "default": 1
        },
        "cpf": {
            "type": "string",
            "default": ""
        },
        "cnpj": {
            "type": "string",
            "default": ""
        }
    },
    "textdomain": "vindi-pagamentos",
    "editorScript": "file:./dist/blocks/person-type-fallback/index.js"
}