{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "picu/collections-list",
  "version": "1.0.0",
  "title": "picu Collections List",
  "category": "media",
  "icon": "list-view",
  "description": "Display a list of collections",
  "example": {},
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ],
    "color": {
      "background": true,
      "text": true,
      "gradients": true
    },
    "spacing": {
      "padding": true,
      "margin": true
    },
    "__experimentalBorder": {
      "radius": true,
      "color": true,
      "width": true,
      "style": true
    }
  },
  "attributes": {
    "postStatus": {
      "type": "string",
      "default": "any"
    },
    "email": {
      "type": "string",
      "default": ""
    },
    "currentUser": {
      "type": "boolean",
      "default": false
    },
    "ids": {
      "type": "string",
      "default": ""
    },
    "order": {
      "type": "string",
      "default": "date_desc"
    },
    "emptyMessage": {
      "type": "string",
      "default": ""
    }
  },
  "textdomain": "picu",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js",
  "render": "file:./render.php"
}