|
@@ -114,6 +114,8 @@ let config = {
|
|
|
config: {
|
|
config: {
|
|
|
carouselId: "1",
|
|
carouselId: "1",
|
|
|
hideWhenEmpty: false,
|
|
hideWhenEmpty: false,
|
|
|
|
|
+ sortType: "dueDateDescPriority",
|
|
|
|
|
+ showProject: false,
|
|
|
accessToken: '88c7c668a17e16c8dc780278a992ec935bd05ad1',
|
|
accessToken: '88c7c668a17e16c8dc780278a992ec935bd05ad1',
|
|
|
maximumEntries: 60,
|
|
maximumEntries: 60,
|
|
|
updateInterval: 10 * 60 * 1000,
|
|
updateInterval: 10 * 60 * 1000,
|
|
@@ -128,6 +130,8 @@ let config = {
|
|
|
config: { // See 'Configuration options' for more information.
|
|
config: { // See 'Configuration options' for more information.
|
|
|
carouselId: "1",
|
|
carouselId: "1",
|
|
|
hideWhenEmpty: false,
|
|
hideWhenEmpty: false,
|
|
|
|
|
+ sortType: "dueDateDescPriority",
|
|
|
|
|
+ showProject: false,
|
|
|
accessToken: '88c7c668a17e16c8dc780278a992ec935bd05ad1',
|
|
accessToken: '88c7c668a17e16c8dc780278a992ec935bd05ad1',
|
|
|
maximumEntries: 60,
|
|
maximumEntries: 60,
|
|
|
updateInterval: 10 * 60 * 1000, // Update every 10 minutes
|
|
updateInterval: 10 * 60 * 1000, // Update every 10 minutes
|
|
@@ -143,6 +147,8 @@ let config = {
|
|
|
config: { // See 'Configuration options' for more information.
|
|
config: { // See 'Configuration options' for more information.
|
|
|
carouselId: "1",
|
|
carouselId: "1",
|
|
|
hideWhenEmpty: false,
|
|
hideWhenEmpty: false,
|
|
|
|
|
+ sortType: "dueDateDescPriority",
|
|
|
|
|
+ showProject: false,
|
|
|
accessToken: '88c7c668a17e16c8dc780278a992ec935bd05ad1',
|
|
accessToken: '88c7c668a17e16c8dc780278a992ec935bd05ad1',
|
|
|
maximumEntries: 60,
|
|
maximumEntries: 60,
|
|
|
updateInterval: 10 * 60 * 1000, // Update every 10 minutes
|
|
updateInterval: 10 * 60 * 1000, // Update every 10 minutes
|