{
  "apiVersion" : 3,
  "name" : "foundry/video-popup",
  "title" : "Refoundry Video Popup",
  "category" : "media",
  "attributes" : {
    "embedUrl" : {
      "type" : "object"
    },
    "label" : {
      "type" : "string"
    },
    "overrides" : {
      "type" : "object"
    },
    "playButtonSize" : {
      "type" : "string",
      "default" : "80px"
    },
    "buttonColor" : {
      "type" : "string",
      "isFndryId" : true
    },
    "customIconSize" : {
      "type" : "string",
      "default" : "40px"
    },
    "useCustomIcon" : {
      "type" : "boolean",
      "default" : false
    },
    "iconContent" : {
      "type" : "number"
    },
    "icon" : {
      "type": "object"
    },
    "iconColor" : {
      "type": "string",
      "isFndryId" : true
    },
    "iconColorSecondary" : {
      "type": "string",
      "isFndryId" : true
    },
    "iconMode": {
      "type": "string",
      "default": "icon"
    },
    "overlayColor" : {
      "type": "string",
      "isFndryId" : true
    }
  },
  "usesContext" : [
    "foundry/buttonRole",
    "postType",
    "postId"
  ],
  "editorScript" : "foundry-editor-js",
  "editorStyle" : "foundry-editor-css",
  "style" : "file:./style.min.css",
  "supports" : {
    "html" : false,
    "fndryBlockId": true,
    "align" : [
      "wide",
      "full"
    ]
  }
}