{
  "apiVersion": 2,
  "name": "afpb/props-cons",
  "version": "0.1.0",
  "title": "Props Cons",
  "category": "affiliaterg",
  "description": "Props and Cons",
  "supports": {
    "html": false,
    "anchor": true
  },
  "attributes": {
    "uniqueId": {
      "type": "string"
    },
    "propsBorder": {
      "type": "object",
      "default": {
        "width": "1px",
        "style": "solid",
        "color": "#027000"
      }
    },
    "propsBorderRadius": {
      "type": "number",
      "default": 5
    },
    "propsList": {
      "type": "string"
    },
    "propsListColor": {
      "type": "string",
      "default": "#333333"
    },
    "propsBg": {
      "type": "string",
      "default": "#ffffff"
    },
    "propsIconColor": {
      "type": "string",
      "default": "#027000"
    },
    "consBorder": {
      "type": "object",
      "default": {
        "width": "1px",
        "style": "solid",
        "color": "#a5001a"
      }
    },
    "consBorderRadius": {
      "type": "number",
      "default": 5
    },
    "consList": {
      "type": "string"
    },
    "consListColor": {
      "type": "string",
      "default": "#333333"
    },
    "consBg": {
      "type": "string",
      "default": "#ffffff"
    },
    "consIconColor": {
      "type": "string",
      "default": "#a5001a"
    }
  },
  "textdomain": "affiliaterg",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}