Bob German 6ae535f57d Fix Field Visit Tab sample, add new Tab Config sample (#1088)
* Adding react-teams-tab-field-visit-mashup sample

* Update to new (still Beta) Graph call to post msg

* Update readme w/telemetry merged

* Generated web part

* Quick UI update

* Now configures a tab!

* Updated property panel for multiple tab handling

* Roughed out new tab name properties

* Added multi-tab property handling

* Roughed out tab picking

* Added link selection to UI

* Clean up UI, property validation

* Actually works configuring tabs

* Split out React components

* Now handles redirect query

* Localized redirect message

* Added documentation
2020-01-09 11:09:14 +02:00

19 lines
518 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"configure-tab-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/configureTab/ConfigureTabWebPart.js",
"manifest": "./src/webparts/configureTab/ConfigureTabWebPart.manifest.json"
}
]
}
},
"externals": {},
"localizedResources": {
"ConfigureTabWebPartStrings": "lib/webparts/configureTab/loc/{locale}.js"
}
}