{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "elasticprobe/facet-date",
  "title": "Filter by Post Date",
  "category": "elasticprobe",
  "description": "Let visitors filter your content by post date.",
  "keywords": ["custom date", "facets"],
  "textdomain": "elasticprobe",
  "attributes": {
    "displayCustomDate": {
      "type": "boolean",
      "default": true
    }
  },
  "supports": {
    "color": {
      "background": true,
      "link": true,
      "text": false
    },
    "html": false,
    "position": {
      "sticky": true
    },
    "spacing": {
      "margin": true,
      "padding": true
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true
    }
  },
  "editorScript": "eprobe-facets-date-block-script",
  "viewScript": "eprobe-facets-date-block-view-script",
  "style": "elasticprobe-facets"
}
