{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "ramadan/month-links",
  "title": "Month Links",
  "category": "ramadan",
  "icon": "megaphone",
  "description": "Display all month links.",
  "keywords": [
    "ramadan",
    "month",
    "links"
  ],
  "version": "1.0.0",
  "textdomain": "ramadan",
  "example": {
    "attributes": {}
  },
  "editorScript": "file:./index.js",
  "style": "file:./index.css",
  "render": "file:./render.php"
}