File tree 4 files changed +17659
-60
lines changed
config/sample/blocks/default/dashboards
config/sample/blocks/default/dashboards
4 files changed +17659
-60
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "evaluator" : " and" ,
3
- "condition" : [{
4
- "evaluator" : " context-project" ,
5
- "condition" : true
6
- }, {
7
- "evaluator" : " uri-match" ,
8
- "condition" : " /projects/{projectId}"
9
- }],
2
+ "evaluator" : " context-project" ,
3
+ "condition" : true ,
10
4
"config" : {
11
5
"project-dashboard" : {
12
6
"availableDashlets" : [{
13
7
"type" : " sample-random-product-dashlet" ,
14
8
"title" : " Random Product"
15
- }],
16
- "bindings" : [{
17
- "key" : " random-product1" ,
18
- "binding" : " r1/c1"
19
- }, {
20
- "key" : " random-product2" ,
21
- "binding" : " r1/c1"
22
- }],
23
- "dashlets" : [{
24
- "key" : " random-product1" ,
25
- "title" : " Random Product" ,
26
- "type" : " sample-random-product-dashlet" ,
27
- "message" : " A random product for you" ,
28
- "chrome" : true
29
- }, {
30
- "key" : " random-product2" ,
31
- "title" : " Another Random Product" ,
32
- "type" : " sample-random-product-dashlet" ,
33
- "message" : " Oh wow another random product" ,
34
- "chrome" : true
35
9
}]
36
10
}
37
11
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"files" : [
3
3
" index.js" ,
4
- " install.js" ,
5
- " uninstall.js" ,
6
4
" module.json" ,
5
+ " uninstall.js" ,
6
+ " install.js" ,
7
7
" templates/sample-template.html" ,
8
8
" data/cities.json" ,
9
9
" config/sample/blocks/default/project-context/project.json" ,
10
- " config/sample/blocks/default/document-actions/actions.json" ,
11
10
" config/sample/blocks/default/dashboards/project.json" ,
11
+ " config/sample/blocks/default/document-actions/actions.json" ,
12
12
" config/sample/blocks/default/documents-list-buttons/folder.json" ,
13
- " config/sample/blocks/default/regions/document-properties.json" ,
14
13
" config/sample/blocks/default/subcontext/document.json" ,
15
14
" config/sample/pages/sample-products-page/center.json" ,
15
+ " config/sample/blocks/default/regions/document-properties.json" ,
16
16
" config/sample/pages/sample-products-page/page.json"
17
17
]
18
18
}
Original file line number Diff line number Diff line change 1
1
{
2
- "evaluator" : " and" ,
3
- "condition" : [{
4
- "evaluator" : " context-project" ,
5
- "condition" : true
6
- }, {
7
- "evaluator" : " uri-match" ,
8
- "condition" : " /projects/{projectId}"
9
- }],
2
+ "evaluator" : " context-project" ,
3
+ "condition" : true ,
10
4
"config" : {
11
5
"project-dashboard" : {
12
6
"availableDashlets" : [{
13
7
"type" : " sample-random-product-dashlet" ,
14
8
"title" : " Random Product"
15
- }],
16
- "bindings" : [{
17
- "key" : " random-product1" ,
18
- "binding" : " r1/c1"
19
- }, {
20
- "key" : " random-product2" ,
21
- "binding" : " r1/c1"
22
- }],
23
- "dashlets" : [{
24
- "key" : " random-product1" ,
25
- "title" : " Random Product" ,
26
- "type" : " sample-random-product-dashlet" ,
27
- "message" : " A random product for you" ,
28
- "chrome" : true
29
- }, {
30
- "key" : " random-product2" ,
31
- "title" : " Another Random Product" ,
32
- "type" : " sample-random-product-dashlet" ,
33
- "message" : " Oh wow another random product" ,
34
- "chrome" : true
35
9
}]
36
10
}
37
11
},
You can’t perform that action at this time.
0 commit comments