mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-1889] Split Extending section into separate files (#784)
* [ACA-1889] Split Extending section into separate files * [ACA-1889] Split Extending section into separate files * [ACA-1889] Added recent changes and then deleted extending.md * [ACA-1889] Added Tutorials section
This commit is contained in:
23
docs/extending/components.md
Normal file
23
docs/extending/components.md
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
---
|
||||
|
||||
# Components
|
||||
|
||||
You can register any Angular component to participate in extensibility.
|
||||
|
||||
The components are used to create custom:
|
||||
|
||||
- routes and pages
|
||||
- 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. |
|
||||
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.
|
Reference in New Issue
Block a user