{
    "$schema": "https://schemas.wordpress.org/trunk/block.json",
    "apiVersion": 3,
    "name": "sfb/container",
    "version": "0.1.0",
    "title": "SFB Container",
    "category": "swift-blocks",
    "icon": "layout",
    "description": "A responsive container block.",
    "supports": {
        "html": false,
        "align": [ "wide", "full" ],
        "color": {
            "background": true
        }
    },
    "attributes": {
        "align": {
            "type": "string",
            "default": "none"
        },
        "paddingDesktop": {
            "type": "object",
            "default": {}
        },
        "paddingTablet": {
            "type": "object",
            "default": {}
        },
        "paddingMobile": {
            "type": "object",
            "default": {}
        },
        "marginDesktop": {
            "type": "object",
            "default": {}
        },
        "marginTablet": {
            "type": "object",
            "default": {}
        },
        "marginMobile": {
            "type": "object",
            "default": {}
        },
        "displayType": {
            "type": "string",
            "default": "block"
        },
        "flexDirectionDesktop": {
            "type": "string",
            "default": ""
        },
        "flexDirectionTablet": {
            "type": "string",
            "default": ""
        },
        "flexDirectionMobile": {
            "type": "string",
            "default": ""
        },
        "justifyContentDesktop": {
            "type": "string",
            "default": ""
        },
        "justifyContentTablet": {
            "type": "string",
            "default": ""
        },
        "justifyContentMobile": {
            "type": "string",
            "default": ""
        },
        "alignItemsDesktop": {
            "type": "string",
            "default": ""
        },
        "alignItemsTablet": {
            "type": "string",
            "default": ""
        },
        "alignItemsMobile": {
            "type": "string",
            "default": ""
        },
        "alignContentDesktop": {
            "type": "string",
            "default": ""
        },
        "alignContentTablet": {
            "type": "string",
            "default": ""
        },
        "alignContentMobile": {
            "type": "string",
            "default": ""
        },
        "flexWrapDesktop": {
            "type": "string",
            "default": ""
        },
        "flexWrapTablet": {
            "type": "string",
            "default": ""
        },
        "flexWrapMobile": {
            "type": "string",
            "default": ""
        },
        "rowGapDesktop": {
            "type": "object",
            "default": {}
        },
        "rowGapTablet": {
            "type": "object",
            "default": {}
        },
        "rowGapMobile": {
            "type": "object",
            "default": {}
        },
        "columnGapDesktop": {
            "type": "object",
            "default": {}
        },
        "columnGapTablet": {
            "type": "object",
            "default": {}
        },
        "columnGapMobile": {
            "type": "object",
            "default": {}
        }
    },
    "textdomain": "swift-fse-blocks",
    "editorScript": "file:./index.js",
    "editorStyle": "file:./index.css",
    "style": "file:./style-index.css"
}