{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "necessary-block/postscarousel",
  "version": "1.7.1",
  "title": "Posts Carousel Block",
  "category": "necessary-blocks",
  "icon": "list-view",
  "description": "Display posts in a visually appealing, interactive carousel showcasing posts, enhancing user engagement.",
  "allowedBlocks": [
    "necessary-block/postcarousel"
  ],
  "example": {},
  "supports": {
    "html": false,
    "shadow": true,
    "__experimentalExposeControlsToChildren": true,
    "align": [
      "wide",
      "full"
    ],
    "color": {
      "background": true,
      "text": true,
      "enableContrastChecker": false
    },
    "spacing": {
      "blockGap": [
        "horizontal",
        "vertical"
      ],
      "margin": true,
      "padding": true,
      "__experimentalDefaultControls": {
        "blockGap": true,
        "margin": false,
        "padding": true
      }
    },
    "typography": {
      "fontSize": true,
      "textAlign": true,
      "lineHeight": true,
      "__experimentalFontFamily": true,
      "__experimentalFontWeight": true,
      "__experimentalFontStyle": true,
      "__experimentalTextTransform": true,
      "__experimentalTextDecoration": true,
      "__experimentalLetterSpacing": true,
      "__experimentalDefaultControls": {
        "fontSize": true,
        "lineHeight": true
      }
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true,
        "style": true,
        "width": true,
        "shadow": true
      }
    },
    "layout": {
      "allowSwitching": true,
      "allowInheriting": true,
      "default": {
        "type": "grid"
      }
    },
    "interactivity": {
      "clientNavigation": true
    },
    "className": true,
    "customClassName": true
  },
  "attributes": {
    "postBackground": {
      "type": "string"
    },
    "postColor": {
      "type": "string"
    }
  },
  "keywords": [
    "Posts Carousel",
    "necessary Blocks",
    "PostsCarousel"
  ],
  "textdomain": "postcarousel-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}