{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "avecnous-people-lists/list",
    "version": "2.0.1",
    "title": "List of people",
    "description": "List of people",
    "category": "text",
    "icon": "category",
    "attributes": {
        "content": {
            "type": "string",
            "default": "description"
        },
        "title": {
            "type": "string",
            "default": ""
        },
        "list": {
            "type": "string",
            "default": ""
        },
        "index": {
            "type": "number",
            "default": 1
        },
        "limit": {
            "type": "number",
            "default": 0
        },
        "columns": {
            "type": "number",
            "default": 3
        },
        "show_rank": {
            "type": "boolean",
            "default": true
        },
        "social": {
            "type": "string",
            "default": "text"
        },
        "template": {
            "type": "string",
            "default": "large"
        }
    },
    "supports": {
        "html": false,
        "align": true,
        "inspector": true
    },
    "textdomain": "avecnous-people-lists",
    "editorScript": "file:./index.js",
    "style": "file:./index.css"
}
