-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathtask-manager.config.json
74 lines (70 loc) · 2.13 KB
/
task-manager.config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "Task Manager",
"slug": "task-manager",
"version": "3.0.2",
"description": "L'application Task Manager",
"insert_scripts_pages": [
"wpeomtm-dashboard",
"digirisk-du",
"task-manager-time-exceeded",
"task-manager-indicator",
"task-manager-setting",
"task-manager-update",
"wpshop_customers",
"wpshop_shop_order",
"indicator-page",
"tache_page_audit-page",
"profile",
"user-edit",
"wps-third-party",
"audit-page",
"tm-my-tasks",
"tm-dashboard",
"tm-notification",
"users-page"
],
"externals": [],
"modules": [
"core/core.config.json",
"module/api/api.config.json",
"module/quick-point/quick-point.config.json",
"module/update_manager/update_manager.config.json",
"module/export/export.config.json",
"module/avatar/avatar.config.json",
"module/notify/notify.config.json",
"module/task/task.config.json",
"module/comment/comment.config.json",
"module/sticky-note/sticky-note.config.json",
"module/point/point.config.json",
"module/history-time/history-time.config.json",
"module/navigation/navigation.config.json",
"module/shortcut/shortcut.config.json",
"module/tag/tag.config.json",
"module/owner/owner.config.json",
"module/follower/follower.config.json",
"module/admin-bar/admin-bar.config.json",
"module/time-exceeded/time-exceeded.config.json",
"module/activity/activity.config.json",
"module/audit/audit.config.json",
"module/indicator/indicator.config.json",
"module/setting/setting.config.json",
"module/support/support.config.json",
"module/quick_time/quick_time.config.json",
"module/export/export.config.json",
"module/import/import.config.json",
"module/tools/tools.config.json"
],
"debug": true,
"key_last_update_version" : "_tm_last_update_version",
"core_option": "_tm_core_option",
"key_waiting_updates": "_tm_waited_updates",
"dashboard_page_url": "wpeomtm-dashboard",
"update_page_url": "task-manager-update",
"associate_post_type": ["wpshop_customers", "wpshop_shop_order"],
"quick_task_tags": [
""
],
"id_mail_support": 0,
"id_quick_task": 0,
"key_customer_ask" : "_tm_wpshop_ask_ids"
}