{
  "collectionName": "components_footer_footer_menu_items",
  "info": {
    "displayName": "Footer Menu Item",
    "description": "A menu item in the footer with optional icon"
  },
  "options": {},
  "attributes": {
    "text": {
      "type": "string",
      "required": false
    },
    "link": {
      "type": "string",
      "required": false
    },
    "icon": {
      "type": "media",
      "multiple": false,
      "required": false,
      "allowedTypes": ["images"]
    },
    "highlight": {
      "type": "string",
      "required": false
    }
  }
}
