mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-08 05:58:36 +00:00
6ae535f57d
* 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
14 lines
412 B
JSON
14 lines
412 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
|
|
"solution": {
|
|
"name": "react-teams-configure-tab-client-side-solution",
|
|
"id": "dd64a2db-1a14-486a-88bf-e3554ae37185",
|
|
"version": "1.0.0.0",
|
|
"includeClientSideAssets": true,
|
|
"isDomainIsolated": false
|
|
},
|
|
"paths": {
|
|
"zippedPackage": "solution/react-teams-configure-tab.sppkg"
|
|
}
|
|
}
|