{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "pms/content-restriction-start",
    "title": "PMS Content Restriction Start",
    "category": "pms-block",
    "keywords": [
        "Content",
        "Restriction"
    ],
    "description": "The first element of a Content Restriction block pair.",
    "textdomain": "paid-member-subscriptions",
    "attributes": {
        "pms_content_restriction_block_start": {
            "type": "boolean",
            "default": true
        },
        "cover": {
            "type": "boolean",
            "default": false
        }
    },
    "example": {
        "attributes": {
            "pms_content_restriction_block_start": true,
            "cover": true
        }
    },
    "editorScript": "file:./index.js",
    "editorStyle": "file:./index.css",
    "style": "file:./style-index.css",
    "viewScript": "file:./view.js"
}
