{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "mppps/loader",
  "title": "Loader",
  "category": "mappps",
  "description": "Contains the global loader.",
  "textdomain": "mappps",
  "supports": {
    "reusable": false,
    "lock": false,
    "html": false,
    "layout": false,
    "interactivity": {
      "clientNavigation": true
    },
    "color": {
      "__experimentalDefaultControls": {
        "background": true,
        "text": true
      }
    }
  },
  "ancestor": [
    "mppps/mappps-blocks"
  ],
  "parent": [
    "mppps/mappps-blocks"
  ],
  "usesContext": [
    "mppps/blockId"
  ],
  "attributes": {
    "selectedSpinnerSize": {
      "type": "number",
      "default": 125
    },
    "style": {
      "type": "object",
      "default": {
        "color": {
          "text": "#bdbdbd",
          "background": "#ffffff"
        }
      }
    }
  },
  "viewScript": "file:./assets/view.js",
  "editorScript": "file:./assets/index.js",
  "editorStyle": "file:./assets/index.css",
  "style": "file:./assets/style-index.css"
}