cta.json 519 Bytes
{
  "collectionName": "components_cta_ctas",
  "info": {
    "displayName": "CTA"
  },
  "options": {},
  "attributes": {
    "text": {
      "type": "string",
      "default": "text",
      "required": true
    },
    "URL": {
      "type": "string"
    },
    "target": {
      "type": "enumeration",
      "enum": [
        "_blank",
        "_parent",
        "_self",
        "_top"
      ]
    },
    "varient": {
      "type": "enumeration",
      "enum": [
        "outline",
        "fill"
      ]
    }
  }
}