{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "smoothcdn/smooth-music-gallery",
  "version": "1.0.2",
  "title": "Smooth Music Gallery",
  "category": "widgets",
  "description": "Powerful Gutenberg block for photo galleries with music and animations, plus a built-in Shortcode Builder.",
  "attributes": {
    "photos": {
      "type": "array"
    },
    "photos_cdn": {
      "type": "array"
    },
    "music": {
      "type": "object"
    },
    "music_cdn": {
      "type": "object"
    },
    "photos_source": {
      "type": "string",
      "default": "core"
    },
    "music_source": {
      "type": "string",
      "default": "core"
    },
    "theme": {
      "type": "string",
      "default": "default"
    },
    "theme_options": {
      "type": "object"
    },
    "size": {
      "type": "number"
    },
    "slides_duration": {
      "type": "number",
      "default": 2
    },
    "background": {
      "type": "string"
    },
    "background_options": {
      "type": "object"
    },
    "overlay": {
      "type": "string"
    },
    "overlay_options": {
      "type": "object"
    }
  },
  "example": {},
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ]
  },
  "textdomain": "musicgallery",
  "editorScript": "file:./index.js",
  "editorStyle": "smoothmg-editor"
}