mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-10 23:14:55 +00:00
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"
|
|
}
|
|
}); |