@@ -9,71 +9,38 @@ package:
9
9
source :
10
10
# # sources are relative to build/plugins/PACKAGE/source/javascript
11
11
# # NB: need to quote file names, otherwise
12
- modules :
13
- -
14
- module : kb_dashboard_panel
15
- file : dashboardPanel
16
- -
17
- module : kb_dashboard_widget_apps
18
- file : widgets/AppsWidget
19
- css : true
20
- -
21
- module : kb_dashboard_widget_base
22
- file : widgets/DashboardWidget
23
- -
24
- module : kb_dashboard_widget_collaborators
25
- file : widgets/CollaboratorsWidget
26
- -
27
- module : kb_dashboard_widget_metrics
28
- file : " widgets/MetricsWidget"
29
- -
30
- module : kb_dashboard_widget_narratives
31
- file : widgets/NarrativesWidget
32
- -
33
- module : kb_dashboard_widget_publicNarratives
34
- file : widgets/PublicNarrativesWidget
35
- -
36
- module : kb_dashboard_widget_sharedNarratives
37
- file : widgets/SharedNarrativesWidget
38
- -
39
- module : kb_dashboard_widget_profile
40
- file : " widgets/ProfileWidget"
41
-
12
+ modules :
42
13
styles :
43
14
-
44
15
file : styles.css
45
16
install :
46
17
widgets :
47
18
-
48
- module : kb_dashboard_panel
19
+ module : ./dashboardPanel
49
20
id : dashboardPanel
50
21
type : factory
51
22
-
52
- module : kb_dashboard_widget_apps
53
- id : dashboardApps
54
- type : factory
55
- -
56
- module : kb_dashboard_widget_collaborators
23
+ module : ./widgets/CollaboratorsWidget
57
24
id : dashboardCollaborators
58
25
type : object
59
26
-
60
- module : kb_dashboard_widget_metrics
27
+ module : ./widgets/MetricsWidget
61
28
id : dashboardMetrics
62
29
type : object
63
30
-
64
- module : kb_dashboard_widget_narratives
31
+ module : ./widgets/NarrativesWidget
65
32
id : dashboardNarratives
66
33
type : object
67
34
-
68
- module : kb_dashboard_widget_publicNarratives
35
+ module : ./widgets/PublicNarrativesWidget
69
36
id : dashboardPublicNarratives
70
37
type : object
71
38
-
72
- module : kb_dashboard_widget_sharedNarratives
39
+ module : ./widgets/SharedNarrativesWidget
73
40
id : dashboardSharedNarratives
74
41
type : object
75
42
-
76
- module : kb_dashboard_widget_profile
43
+ module : ./widgets/ProfileWidget
77
44
id : dashboardProfile
78
45
type : object
79
46
0 commit comments