{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "fancypost/info-box",
  "title": "Info Box",
  "category": "text",
  "icon": "info-outline",
  "description": "Highlight important information in a box. Customize colors and icons. Make key details stand out.",
  "keywords": [
    "post",
    "slider"
  ],
  "version": "6.0.0",
  "textdomain": "post-block",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./editor.css",
  "style": "file:./style.css"
}