{
  "$schema": "../../../node_modules/@microsoft/sp-module-interfaces/lib/manifestSchemas/jsonSchemas/clientSideComponentManifestSchema.json",

  "id": "ab577924-c633-4810-8513-7f0f59604581",
  "alias": "BannerWpWebPart",
  "componentType": "WebPart",
  "version": "0.0.1",
  "manifestVersion": 2,

  "preconfiguredEntries": [{
    "groupId": "ab577924-c633-4810-8513-7f0f59604581",
    "group": { "default": "Under Development", "pt-pt":"Em desenvolvimento" },
    "title": { "default": "BannerWP" , "pt-pt": "Banner"},
    "description": { "default": "Banner with a image caroussel" , "pt-pt": "Uma Banner com um carroussel de imagens."},
    "officeFabricIconFontName": "Picture",
    "properties": {
      "description": "BannerWP"
    }
  }]
}
