{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 2,
    "name": "pms/register",
    "title": "PMS Register",
    "category": "pms-block",
    "description": "Displays the Paid Member Subscriptions Registration Form.",
    "keywords": [ "Register", "PMS", "Form", "Paid Member Subscriptions" ],
    "textdomain": "paid-member-subscriptions",
    "attributes": {
        "show_subscription_plans": {
            "type": "boolean",
            "default": true
        },
        "include": {
            "type": "boolean",
            "default": true
        },
        "subscription_plans": {
            "type": "array",
            "default": []
        },
        "exclude_subscription_plans": {
            "type": "array",
            "default": []
        },
        "selected": {
            "type": "string",
            "default": ""
        },
        "plans_position": {
            "type": "boolean",
            "default": false
        },
        "is_preview": {
            "type": "boolean",
            "default": false
        },
        "is_editor": {
            "type": "boolean",
            "default": false
        }
    },
    "example": {
        "attributes": {
            "include": true,
            "show_subscription_plans": true,
            "subscription_plans": [],
            "exclude_subscription_plans": [],
            "selected": "",
            "plans_position": false,
            "is_preview": true,
            "is_editor": true
        }
    },
    "editorScript": "pms-block-register"
}
