mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-09 14:34:58 +00:00
0fdb58fa6e
Pushing React-News to main
10 lines
241 B
JavaScript
10 lines
241 B
JavaScript
define([], function() {
|
|
return {
|
|
PropertyPaneDescription: "Description",
|
|
BasicGroupName: "Group Name",
|
|
DescriptionFieldLabel: "Description Field",
|
|
StyleToggle: "Style",
|
|
AuthorToggle: "Author",
|
|
sites: "Sites"
|
|
}
|
|
}); |