Skip to content

Commit 51ce232

Browse files
committed
chore: simplyfying stac info visualization
1 parent bfa9d88 commit 51ce232

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/main.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,14 @@ export default createEodash({
108108
type: "internal",
109109
widget: {
110110
name: "EodashStacInfo",
111+
properties: {
112+
tags: [],
113+
header: [],
114+
footer: [],
115+
body: ["description"],
116+
styleOverride: "",
117+
featured: [],
118+
},
111119
},
112120
}
113121
: null;

0 commit comments

Comments
 (0)