7 lines
213 B
JavaScript
7 lines
213 B
JavaScript
|
define([], function() {
|
||
|
return {
|
||
|
"PropertyPaneDescription": "Manage the settings of this Web Part",
|
||
|
"ViewGroupName": "View",
|
||
|
"NumberOfDocumentsFieldLabel": "Number of documents to show"
|
||
|
}
|
||
|
});
|