mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-08 22:14:53 +00:00
9 lines
256 B
JavaScript
9 lines
256 B
JavaScript
define([], function() {
|
|
return {
|
|
"PropertyPaneDescription": "Description",
|
|
"BasicGroupName": "Group Name",
|
|
"DescriptionFieldLabel": "Description Field",
|
|
"LibraryTitleLabel": "Library Name",
|
|
"RowLimitLabel": "Row Limit"
|
|
}
|
|
}); |