{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "attributes": {
    "section_id": {
      "type": "string",
      "default": ""
    },
    "post_id": {
      "type": "string",
      "default": ""
    }
  },
  "name": "myclub-sections/description",
  "version": "1.3.4",
  "title": "MyClub Section Description",
  "category": "myclub",
  "icon": "media-text",
  "description": "Display the description for a selected section",
  "example": {},
  "supports": {
    "html": false
  },
  "textdomain": "myclub-sections",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "render": "file:./render.php",
  "style": "file:./style-index.css"
}