{
  "$schema": "https://developer.microsoft.com/json-schemas/spfx/client-side-web-part-manifest.schema.json",
  "id": "bd19c378-ab07-4eaa-9bb6-0e329932d8bf",
  "alias": "PropertyControlsTestWebPart",
  "componentType": "WebPart",
  "version": "*",
  "manifestVersion": 2,
  "requiresCustomScript": false,
  "supportedHosts": ["SharePointWebPart"],

  "preconfiguredEntries": [{
    "groupId": "bd19c378-ab07-4eaa-9bb6-0e329932d8bf",
    "group": {
      "default": "Under Development"
    },
    "title": {
      "default": "PropertyControlsTest"
    },
    "description": {
      "default": "PropertyControlsTest description"
    },
    "officeFabricIconFontName": "Share",
    "properties": {
      "description": "PropertyControlsTest",
      "dropdownInfoHeaderKey": "gryffindor",
      "htmlCode":"<div>Hello</div>",
      "choiceGroupWithCalloutValue": "iOS",
      "orderedItems": [
        {"text": "Cat", "iconName": "Cat"},
        {"text": "Pig", "iconName": "Savings"},
        {"text": "Human", "iconName": "Running"},
        {"text": "Robot", "iconName": "Robot"},
        {"text": "Dog", "iconName": "FangBody"}
      ]
    }
  }]
}
