{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "name": "creator-assistant/ai-writer",
  "category": "creator-assistant",
  "textdomain": "creator-assistant",
  "title": "AI Writer",
  "apiVersion": 3,
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "supports": {
  },
  "attributes": {
    "contentType": {
      "type": "string",
      "default": "informational-article"
    },
    "argument": {
      "type": "string",
      "default": ""
    },
    "writingTone": {
      "type": "string",
      "default": "neutral"
    },
    "satisfactionTone": {
      "type": "string",
      "default": "neutral"
    },
    "textLength": {
      "type": "integer",
      "default": 1000
    },
    "languageComplexity": {
      "type": "string",
      "default": "accessible"
    },
    "audienceAge": {
      "type": "string",
      "default": "all"
    },
    "audienceGeo": {
      "type": "string",
      "default": "western-europe"
    },
    "customAudienceGeo": {
      "type": "string",
      "default": ""
    }
  },
  "example": {}
}
