DM-579 - Help Mode Link for Component Download

This commit is contained in:
Valentin Mihai 2023-11-10 20:30:05 +02:00
parent 64a446ebaf
commit 28cdf481ea
2 changed files with 5 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<ng-container slot="right">
<iqser-circle-button
*allow="roles.getRss"
[attr.help-mode-key]="'editor_scm'"
[attr.help-mode-key]="'component_download'"
[icon]="'red:extract'"
[tooltip]="
((downloadComponentLogsDisabled$ | async) ? 'component-download.disabled-tooltip' : 'component-download.tooltip')

View File

@ -616,5 +616,9 @@
{
"elementKey": "editor_exclude_pages",
"documentKey": "editor_exclude_pages"
},
{
"elementKey": "component_download",
"documentKey": "component_download"
}
]