Skip to content

Commit cc239d3

Browse files
authored
Merge pull request #22 from GTIF-Austria/providers
feat: enabling providers for indicator description
2 parents 7fe047b + e5d2bcd commit cc239d3

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

public/dashboard.js

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export default {
128128
footer: [],
129129
body: ["description"],
130130
styleOverride: "",
131-
featured: [],
131+
featured: ["providers"],
132132
},
133133
},
134134
}
@@ -265,13 +265,8 @@ export default {
265265
widget: {
266266
name: "EodashStacInfo",
267267
properties: {
268-
body: [
269-
"satellite",
270-
"sensor",
271-
"insituSources",
272-
"otherSources",
273-
"extent",
274-
],
268+
body: ["description"],
269+
featured: ["providers"],
275270
},
276271
},
277272
}

0 commit comments

Comments
 (0)