{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "smartcloud-ai-kit/feature",
  "version": "1.1.10",
  "title": "AI-Kit Feature (PRO)",
  "category": "smartcloud-ai-kit",
  "description": "AI-Kit Feature - add AI-powered features to your site",
  "attributes": {
    "mode": {
      "type": "string"
    },
    "editable": {
      "type": "boolean",
      "default": false
    },
    "autoRun": {
      "type": "boolean",
      "default": true
    },
    "onDeviceTimeout": {
      "type": "number"
    },
    "default": {
      "type": "object",
      "properties": {
        "text": {
          "type": "string"
        },
        "instructions": {
          "type": "string"
        },
        "tone": {
          "type": "string"
        },
        "length": {
          "type": "string"
        },
        "type": {
          "type": "string"
        },
        "outputLanguage": {
          "type": "string"
        },
        "outputFormat": {
          "type": "string"
        }
      }
    },
    "allowOverride": {
      "type": "object",
      "properties": {
        "text": {
          "type": "boolean"
        },
        "instructions": {
          "type": "boolean"
        },
        "tone": {
          "type": "boolean"
        },
        "length": {
          "type": "boolean"
        },
        "type": {
          "type": "boolean"
        },
        "outputLanguage": {
          "type": "boolean"
        }
      }
    },
    "optionsDisplay": {
      "type": "string"
    },
    "inputSelector": {
      "type": "string"
    },
    "outputSelector": {
      "type": "string"
    },
    "variation": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "openButtonTitle": {
      "type": "string"
    },
    "openButtonIcon": {
      "type": "string"
    },
    "showOpenButtonTitle": {
      "type": "boolean",
      "default": true
    },
    "showOpenButtonIcon": {
      "type": "boolean",
      "default": true
    },
    "showRegenerateOnBackendButton": {
      "type": "boolean",
      "default": true
    },
    "acceptButtonTitle": {
      "type": "string"
    },
    "language": {
      "type": "string"
    },
    "direction": {
      "type": "string"
    },
    "colorMode": {
      "type": "string"
    },
    "primaryColor": {
      "type": "string"
    },
    "primaryShade": {
      "type": "string"
    },
    "colors": {
      "type": "object",
      "properties": {
        "name": {
          "type": "string"
        },
        "color": {
          "type": "string"
        }
      }
    },
    "uid": {
      "type": "string"
    },
    "themeOverrides": {
      "type": "string",
      "default": ":host,.ai-kit-inline-root,.ai-kit-portal-root {\n\t\n}"
    },
    "configB64": {
      "type": "string"
    },
    "configFormat": {
      "type": "string"
    }
  },
  "textdomain": "wpsuite-ai-kit",
  "editorScript": "smartcloud-ai-kit-blocks-editor-script",
  "render": "file:./render.php",
  "viewScript": "smartcloud-ai-kit-view-script",
  "supports": {
    "align": true,
    "__experimentalBorder": {
      "color": true,
      "style": true,
      "width": true,
      "radius": true
    },
    "shadow": true,
    "spacing": {
      "margin": true,
      "padding": true,
      "__experimentalDefaultControls": {
        "margin": false,
        "padding": false
      }
    },
    "dimensions": {
      "minHeight": true
    }
  }
}