mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-03-09 06:38:52 +00:00
* App Settings sample updated to v1.7.1, devops pipelines definitions added * added build, release and config files for AzureDevops
7 lines
173 B
JavaScript
7 lines
173 B
JavaScript
define([], function() {
|
|
return {
|
|
"PropertyPaneDescription": "Description",
|
|
"BasicGroupName": "Group Name",
|
|
"DescriptionFieldLabel": "Description Field"
|
|
}
|
|
}); |