{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "hiring-hub/job-specification-list",
    "title": "Job specification list",
    "category": "hiring-hub",
    "icon": "editor-ul",
    "textdomain": "hiring-hub",
    "attributes": {
        "showAllItems": {
            "type": "boolean",
            "default": true
        },
        "disallowedItems": {
            "type": "array",
            "default": []
        }
    },
    "supports": {
        "spacing": {
            "margin": [ "horizontal", "vertical" ],
            "padding": [ "horizontal", "vertical" ],
            "blockGap": true
        },
        "typography": {
            "fontSize": true,
            "lineHeight": true
        },
        "layout": {
            "allowInheriting": false,
            "allowSizingOnChildren": false,
            "allowCustomContentAndWideSize": false,
            "default": {
                "type": "flex",
                "orientation": "vertical"
            }
        },
        "reusable": false
    },
    "editorScript": "file:./index.js",
    "style": "file:./style-index.css",
    "usesContext": [
        "postId",
        "postType"
    ]
}
