Skip to content

Commit

Permalink
Merge pull request #189 from concord-consortium/modsAuth
Browse files Browse the repository at this point in the history
Remove graph reference from Datacard Toolbar, customize Datacard Toolbar
  • Loading branch information
lbondaryk authored Sep 11, 2024
2 parents cdd6e82 + 3ccf01e commit acf650f
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions curriculum/mods/content.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
{
"id": "DataCard",
"title": "Data Cards",
"title": "Cards",
"isTileTool": true
},
{
Expand Down Expand Up @@ -169,15 +169,22 @@
"table": {
"numFormat": ".2~f",
"tools": [
"merge-data-in",
[
"data-set-view",
"dataCard"
],
"delete"
]
},
"dataCard": {
"numFormat": ".2~f",
"datacard": {
"tools": [
"merge",
"delete"
"duplicate",
[
"data-set-view",
"Table"
],
"image-upload",
"delete-attribute"
]
}
},
Expand Down

0 comments on commit acf650f

Please sign in to comment.