{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "sortable/container",
  "version": "1.7.0",
  "title": "Sortable",
  "category": "widgets",
  "icon": "portfolio",
  "description": "This block serves as a main container to hold sortable entries, and it also offers the option to order entries from newest to oldest or oldest to newest, as well as the option to switch the layout between list and grid.",
  "attributes": {
    "layout": {
      "type": "string",
      "default": "list"
    },
    "columns": {
      "type": "number",
      "default": 3
    },
    "orderBy": {
      "type": "string",
      "default": "date"
    },
    "order": {
      "type": "string",
      "default": "desc"
    },
    "filter": {
      "type": "object",
      "default": {
        "displayType": "",
        "date": "",
        "dateFilterType": "on",
        "includeDateTime": false,
        "ignoreOutdated": false
      }
    },
    "separator": {
      "type": "object",
      "default": {}
    }
  },
  "providesContext": {
    "sortable/filter": "filter"
  },
  "supports": {
    "anchor": true,
    "align": true,
    "html": false,
    "layout": false,
    "color": {
      "gradients": true,
      "link": true,
      "__experimentalDefaultControls": {
        "background": true,
        "text": true
      }
    },
    "spacing": {
      "blockGap": {
        "__experimentalDefault": "1.25em"
      },
      "__experimentalDefaultControls": {
        "blockGap": true
      },
      "margin": true,
      "padding": true
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true,
        "style": true,
        "width": true
      }
    }
  },
  "textdomain": "sortable",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}