mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-09 06:25:01 +00:00
26a2fa7c9a
I upgraded the web part to version 1.12.1 for higher compatibility and added Teams Tab deployment support.
7 lines
173 B
JavaScript
7 lines
173 B
JavaScript
define([], function() {
|
|
return {
|
|
"PropertyPaneDescription": "Description",
|
|
"BasicGroupName": "Group Name",
|
|
"DescriptionFieldLabel": "Description Field"
|
|
}
|
|
}); |