{
  "apiVersion": 3,
  "name": "andale/smart-content-sync",
  "title": "Smart Content",
  "textdomain": "smart-content-sync",
  "category": "widgets",
  "icon": "shortcode",
  "keywords": [
    "smart content",
    "shortcode",
    "sync"
  ],
  "description": "Insert a centrally managed Smart Content block that can render dynamic variables (site/post/product/user/shortcode) anywhere.",
  "example": {
    "attributes": {
      "smartContentId": 0,
      "attrs": {
        "days": "30"
      }
    }
  },
  "supports": {
    "html": false,
    "inserter": true
  },
  "attributes": {
    "smartContentId": {
      "type": "integer",
      "default": 0
    },
    "attrs": {
      "type": "object",
      "default": {}
    },
    "viewMode": {
      "type": "string",
      "enum": [
        "default",
        "minimal"
      ],
      "default": "default"
    }
  },
  "editorScript": "smart-content-sync-smart-content-block",
  "editorStyle": "smart-content-sync-smart-content-block-editor",
  "style": "smart-content-sync-smart-content-block-style"
}