{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "mppps/mappps-blocks",
  "title": "Mappps (blocks)",
  "category": "mappps",
  "icon": "block-default",
  "description": "A bloc that display maps",
  "supports": {
    "html": false,
    "anchor": true,
    "align": true,
    "layout": false,
    "interactivity": true,
    "spacing": {
      "padding": true
    },
    "dimensions": {
      "aspectRatio": true
    }
  },
  "providesContext": {
    "mppps/blockId": "blockId",
    "mppps/filtersTerms": "filtersTerms",
    "mppps/postIDs": "selectedPosts",
    "mppps/postType": "postType",
    "mppps/stickyParams": "stickyParams",
    "mppps/orderParams": "orderParams",
    "mppps/orderByParams": "orderByParams"
  },
  "attributes": {
    "query": {
      "type": "object",
      "default": {
        "author": "",
        "format": [],
        "inherit": false,
        "offset": 0,
        "order": "desc",
        "orderBy": "date",
        "pages": 0,
        "parents": [],
        "perPage": 100,
        "postType": "post",
        "search": "",
        "sticky": "",
        "taxQuery": null
      }
    },
    "blockId": {
      "type": "string"
    },
    "postType": {
      "type": "string",
      "default": "post"
    },
    "postTypeRestBase": {
      "type": "string",
      "default": "posts"
    },
    "postTypeRestNamespace": {
      "type": "string",
      "default": "wp/v2"
    },
    "filtersTerms": {
      "type": "object",
      "default": {}
    },
    "selectedPosts": {
      "type": "array",
      "default": []
    },
    "selectedPrimaryColor": {
      "type": "string",
      "default": "#EE9B00"
    },
    "selectedSecondaryColor": {
      "type": "string",
      "default": "#001219"
    },
    "sharedAttributes": {
      "type": "object",
      "default": {}
    },
    "stickyParams": {
      "type": "string",
      "default": ""
    },
    "orderParams": {
      "type": "string",
      "default": "desc"
    },
    "orderByParams": {
      "type": "string",
      "default": "date"
    }
  },
  "textdomain": "mappps",
  "keywords": [
    "mppps",
    "maps",
    "leaflet",
    "mappps"
  ],
  "viewScript": "file:./assets/view.js",
  "editorScript": "file:./assets/index.js",
  "editorStyle": "file:./assets/index.css",
  "style": "file:./assets/style-index.css",
  "viewStyle": "file:./assets/view.css"
}