{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "necessary-block/notice-block",
  "version": "1.1.1",
  "title": "Notice Block",
  "category": "necessary-blocks",
  "icon": "megaphone",
  "description": "Display attention-grabbing messages or alerts on your site ideal for emphasizing content that needs user attention.",
  "example": {},
  "supports": {
    "html": false,
    "spacing": {
      "margin": true,
      "padding": true
    },
    "color": {
      "background": true,
      "heading": true,
      "text": true,
      "link": true
    },
    "align": [
      "wide",
      "full"
    ],
    "typography": {
      "fontSize": true,
      "lineHeight": true
    },
    "className": true,
    "anchor": true
  },
  "attributes": {
    "visibilities": {
      "type": "object",
      "default": {}
    },
    "classNames": {
      "type": "string"
    },
    "animationRepeat": {
      "type": "string",
      "default": ""
    },
    "animationSpeed": {
      "type": "string",
      "default": ""
    },
    "animationDelay": {
      "type": "string",
      "default": ""
    },
    "title": {
      "type": "string",
      "selector": ".notice-title",
      "default": "Up to Save 30%"
    },
    "text": {
      "type": "string",
      "selector": ".notice-text",
      "default": "No shipping charge. All orders are free."
    },
    "alignment": {
      "type": "string",
      "default": "left"
    },
    "noticeType": {
      "type": "string",
      "default": "default"
    },
    "colors": {
      "type": "object",
      "default": {
        "default": "#e0e0e0",
        "info": "#17a2b8",
        "success": "#28a745",
        "warning": "#ffc107",
        "error": "#dc3545"
      }
    },
    "noticeBackgroundColor": {
      "type": "string",
      "default": "#e0e0e0"
    }
  },
  "keywords": [
    "Notice Block",
    "necessary Blocks",
    "Notice"
  ],
  "textdomain": "notice-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}