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"
|
||
|
}
|
||
|
});
|