mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-06-02 17:34:51 +00:00
show cutom favorite component fallback (#594)
This commit is contained in:
parent
a9c6d0f942
commit
54345c12b7
@ -653,6 +653,16 @@
|
|||||||
"visible": "app.toolbar.favorite.canRemove"
|
"visible": "app.toolbar.favorite.canRemove"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "app.viewer.favorite",
|
||||||
|
"comment": "workaround for Recent Files and Search API issue",
|
||||||
|
"type": "custom",
|
||||||
|
"order": 101,
|
||||||
|
"component": "app.toolbar.toggleFavorite",
|
||||||
|
"rules": {
|
||||||
|
"visible": "app.toolbar.favorite.canToggle"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "app.viewer.share",
|
"id": "app.viewer.share",
|
||||||
"order": 300,
|
"order": 300,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user