{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "rsvpmaker/limited",
  "title": "Limited Time Content (RSVPMaker)",
  "icon": "clock",
  "category": "rsvpmaker",
  "description": "Displays an RSVPMaker event listing and/or a calendar widget. (Alternative: the RSVPMaker Query Loop block variation allows more control over the formatting of your events listing)",
  "keywords": [
    "Wrapper",
    "Expiration",
    "Start Time"
  ],
  "supports": {
    "html": false,
    "color": {
      "text": true,
      "background": true,
      "link": true
    },
    "align": ["left", "right", "center", "wide", "full"],
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "textAlign": true
    },
    "spacing": {
      "margin": true,
      "padding": true,
      "blockGap": true
    }
  },
  "attributes": {
    "content": {
      "type": "array",
      "source": "children",
      "selector": "p"
    },
    "start": {
      "type": "string",
      "default": ""
    },
    "start_on": {
      "type": "string",
      "default": "0"
    },
    "end": {
      "type": "string",
      "default": ""
    },
    "end_on": {
      "type": "string",
      "default": "0"
    },
    "delete_expired": {
      "type": "string",
      "default": "0"
    }
  },
  "version": "2",
  "textdomain": "rsvpmaker",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "render": "file:./render.php",
  "style": "file:./style-index.css"
}
