{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "slideverse/flexi-content-item",
  "version": "0.0.1",
  "title": "Flexi Content Slide",
  "category": "slideverse",
  "description": "A single slide of the Flexi Content Slider. Holds any Gutenberg blocks — images, headings, buttons, columns or groups.",
  "keywords": [
    "slide",
    "carousel item",
    "slider content",
    "flexi slide"
  ],
  "parent": [
    "slideverse/flexi-content"
  ],
  "example": {},
  "attributes": {
    "blockId": {
      "type": "string"
    },
    "style": {
      "type": "object",
      "default": {}
    },
    "styleInner": {
      "type": "object",
      "default": {},
      "selector": ".swiper-slide-inner"
    }
  },
  "textdomain": "slideverse",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./editor.css",
  "style": "file:./style.css",
  "supports": {
    "inserter": false,
    "className": true,
    "html": false,
    "align": true,
    "alignWide": true
  }
}