{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "yellowtree/read-more",
  "title": "Read More",
  "category": "yellowtree",
  "icon": "block-default",
  "description": "",
  "keywords": ["Accordion", "text", "read more", "button"],
  "attributes": {
    "buttonText": {
      "type": "string",
      "default": "MEHR LESEN"
    },
    "id": {
      "type": "string",
      "source": "attribute",
      "selector": ".accordion-item",
      "attribute": "id"
    },
    "center": {
      "type": "boolean",
      "default": false
    }
  },
  "supports": {
    "color": {
      "background": false,
      "text": true
    }
  }
}
