{
    "$schema": "http://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "gsp/menu-mobile",
    "icon": "menu",
    "category": "blog-writer",
    "title": "Menu Mobile",
    "textdomain": "writteninfo",
    "editorScript": "file:./editor-index.js",
    "viewScript" : "file:./functions/logic.js",
    "style": "file:./editor-index.css",
    "render": "file:./render.php",
    "supports": {},
    "attributes": {
        "is_hidden_desktop" : {
            "type": "boolean",
            "default": false
        },
        "has_data": {
            "type": "boolean",
            "default": false
        },
        "container_margin_t": {
            "type": "number",
            "default": 0
        },
        "container_bg_color": {
            "type": "string",
            "default": "white"
        },
        "submenu_bg": {
            "type": "string",
            "default": ""
        },
        "item_bg_color": {
            "type": "string",
            "default": "#eed6d3"
        },
        "item_bg_hover_color": {
            "type": "string",
            "default": "#e8b4b8"
        },
        "item_text_color": {
            "type": "string",
            "default": "black"
        },
        "item_text_hover_color": {
            "type": "string",
            "default": "#a49393"
        }
      
    }
    }