mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-20] Add/Remove favorite library (#804)
* custom add favorite library * addFavoriteLibrary component * tests * update doc * add content event * reload on remove favorite library * consistency * app.selection.library over app.navigation.isLibraries * fix duplicate id name
This commit is contained in:
committed by
Suzana Dirla
parent
2ac59bd278
commit
da41834524
@@ -11,13 +11,15 @@ The components are used to create custom:
|
||||
- toolbar buttons
|
||||
- menu items
|
||||
|
||||
| Key | Type | Description |
|
||||
| -- | -- | -- |
|
||||
| app.layout.main | LayoutComponent | Main application layout with the menu bar, navigation sidebar and main content area to project your components. |
|
||||
| app.toolbar.toggleInfoDrawer | ToggleInfoDrawerComponent | The toolbar button component that toggles Info Drawer for the selection. |
|
||||
| app.toolbar.toggleFavorite | ToggleFavoriteComponent | The toolbar button component that toggles Favorite state for the selection. |
|
||||
| Key | Type | Description |
|
||||
| --------------------------------- | ------------------------------ | --------------------------------------------------------------------------------------------------------------- |
|
||||
| app.layout.main | LayoutComponent | Main application layout with the menu bar, navigation sidebar and main content area to project your components. |
|
||||
| app.toolbar.toggleInfoDrawer | ToggleInfoDrawerComponent | The toolbar button component that toggles Info Drawer for the selection. |
|
||||
| app.toolbar.toggleFavorite | ToggleFavoriteComponent | The toolbar button component that toggles Favorite state for the selection. |
|
||||
| app.toolbar.toggleFavoriteLibrary | ToggleFavoriteLibraryComponent | The toolbar button component that toggles Favorite library state for the selection. |
|
||||
|
||||
See [Registration](/extending/registration) section for more details
|
||||
on how to register your own entries to be re-used at runtime.
|
||||
|
||||
Note that custom extensions can also replace any existing component at runtime by a known identifier,
|
||||
besides registering a new one.
|
||||
besides registering a new one.
|
||||
|
Reference in New Issue
Block a user