diff --git a/ictst/widget/tools-widget.html b/ictst/widget/tools-widget.html index 68fbfc2..558ab6d 100644 --- a/ictst/widget/tools-widget.html +++ b/ictst/widget/tools-widget.html @@ -20,6 +20,13 @@

The content of the tool repository

}, "fields-custom-properties": { "file": "https://github.com/Boavizta/ict-sustainability-tools/blob/main/ictst/widget/tools.fields-custom-properties.json" + }, + "cardsview": { + "activate": true, + "default": false + }, + "cardssettings": { + "file": "https://github.com/Boavizta/ict-sustainability-tools/blob/main/ictst/widget/tools.cardssettings.json" } }' usertoken='' diff --git a/ictst/widget/tools.cardssettings.json b/ictst/widget/tools.cardssettings.json new file mode 100644 index 0000000..d9eb1c2 --- /dev/null +++ b/ictst/widget/tools.cardssettings.json @@ -0,0 +1,27 @@ +{ + "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" + } + } +} \ No newline at end of file