Skip to content

Commit

Permalink
Remove graph reference from Datacard Toolbar, customize Datacard Toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
lbondaryk committed Sep 11, 2024
1 parent 6967208 commit 4eb25fe
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion curriculum/mods/content.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,23 @@
"table": {
"numFormat": ".2~f",
"tools": [
"merge-data-in",
[
"data-set-view",
"dataCard"
],
"delete"
]
},
"dataCard": {
"tools": [
"duplicate",
[
"data-set-view",
"Table"
],
"image-upload",
"delete-attribute"
]
}
},
"showCommentTag": true,
Expand Down

0 comments on commit 4eb25fe

Please sign in to comment.