{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "necessary-block/article-block",
  "version": "1.1.1",
  "title": "Article Block",
  "category": "necessary-blocks",
  "icon": "welcome-widgets-menus",
  "description": "Versatile block designed for presenting articles, blog posts, or featured content in a structured and visually appealing way",
  "example": {},
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ],
    "spacing": {
      "margin": true,
      "padding": true
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true
    },
    "className": true,
    "customClassName": true
  },
  "keywords": [
    "Article Block",
    "necessary Blocks",
    "Article"
  ],
  "textdomain": "article-block",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}