Skip to content

Commit

Permalink
feat: add wip cardview
Browse files Browse the repository at this point in the history
  • Loading branch information
DE MERINGO Olivier committed Jun 11, 2024
1 parent 8981b6c commit ba13dea
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions ictst/widget/tools-widget-inline-dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,37 @@ <h1>The content of the tool repository</h1>
"name": "Linked Publications"
}
]
},
"cardsview": {
"activate": true,
"default": false
},
"cardssettings": {
"mini": {
"tool_name": {
"position": "title"
},
"organization": {
"position": "resume"
},
"website": {
"position": "links"
}
},
"detail": {
"tool_name": {
"position": "title"
},
"organization": {
"position": "resume"
},
"website": {
"position": "links"
},
"environmental_indicator": {
"position": "tags"
}
}
}
}'
usertoken='<A_GITHUB_PAT>'
Expand Down

0 comments on commit ba13dea

Please sign in to comment.