{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "necessary-block/postcarousel",
  "version": "1.7.1",
  "title": "Post Carousel Block",
  "category": "necessary-blocks",
  "icon": "align-center",
  "description": "Display posts in a visually appealing, interactive carousel showcasing posts, enhancing user engagement.",
  "parent": [
    "necessary-block/postscarousel"
  ],
  "example": {},
  "supports": {
    "html": false,
    "shadow": true,
    "align": [
      "wide",
      "full"
    ],
    "color": {
      "text": true,
      "background": true,
      "enableContrastChecker": false
    },
    "spacing": {
      "blockGap": [
        "horizontal",
        "vertical"
      ],
      "margin": true,
      "padding": true
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true,
        "style": true,
        "width": true,
        "shadow": true
      }
    },
    "filter": {
      "duotone": true
    },
    "className": true,
    "customClassName": true
  },
  "attributes": {
    "title": {
      "type": "string"
    },
    "excerpt": {
      "type": "string"
    },
    "image": {
      "type": "object"
    }
  },
  "keywords": [
    "PostCarousel Block",
    "necessary Blocks",
    "PostCarousel"
  ],
  "textdomain": "postcarousel-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}