@@ -9,71 +9,38 @@ package:
99source :
1010 # # sources are relative to build/plugins/PACKAGE/source/javascript
1111 # # 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 :
4213 styles :
4314 -
4415 file : styles.css
4516install :
4617 widgets :
4718 -
48- module : kb_dashboard_panel
19+ module : ./dashboardPanel
4920 id : dashboardPanel
5021 type : factory
5122 -
52- module : kb_dashboard_widget_apps
53- id : dashboardApps
54- type : factory
55- -
56- module : kb_dashboard_widget_collaborators
23+ module : ./widgets/CollaboratorsWidget
5724 id : dashboardCollaborators
5825 type : object
5926 -
60- module : kb_dashboard_widget_metrics
27+ module : ./widgets/MetricsWidget
6128 id : dashboardMetrics
6229 type : object
6330 -
64- module : kb_dashboard_widget_narratives
31+ module : ./widgets/NarrativesWidget
6532 id : dashboardNarratives
6633 type : object
6734 -
68- module : kb_dashboard_widget_publicNarratives
35+ module : ./widgets/PublicNarrativesWidget
6936 id : dashboardPublicNarratives
7037 type : object
7138 -
72- module : kb_dashboard_widget_sharedNarratives
39+ module : ./widgets/SharedNarrativesWidget
7340 id : dashboardSharedNarratives
7441 type : object
7542 -
76- module : kb_dashboard_widget_profile
43+ module : ./widgets/ProfileWidget
7744 id : dashboardProfile
7845 type : object
7946
0 commit comments