13 lines
403 B
JavaScript
13 lines
403 B
JavaScript
define([], function () {
|
|
return {
|
|
PropertyPaneDescription: "Basic Web Part Properties",
|
|
BasicGroupName: "Base Properties",
|
|
BasicViewGroupName: "View Properties",
|
|
DescriptionFieldLabel: "Clocks Title",
|
|
showTitleFieldLabel: "Show Title",
|
|
ListNameFieldLabel: "Select Clocks List",
|
|
IsShowTimeFieldLabel: "Show Time",
|
|
ShowActiveOnlyFieldLabel: "Show Active Clocks"
|
|
};
|
|
});
|