Jerry Yasir 6eb9677a74
first
2020-09-26 15:54:06 -04:00

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