mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
Create header.md
This commit is contained in:
16
docs/header.md
Normal file
16
docs/header.md
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
### (1) Header
|
||||||
|
|
||||||
|
The application [header](https://github.com/Alfresco/alfresco-content-app/tree/master/src/app/components/header) has three main elements.
|
||||||
|
|
||||||
|
Logo & app primary color - logo and color are configurable by updating the
|
||||||
|
[app.config.json](https://github.com/Alfresco/alfresco-content-app/blob/master/src/app.config.json) file in the root folder of the project,
|
||||||
|
see [How to change the logo and color](/) and [Application Configuration](/configuration) for more information
|
||||||
|
|
||||||
|
[Search](https://github.com/Alfresco/alfresco-content-app/tree/master/src/app/components/search) -
|
||||||
|
utilizing the [ADF Search Component](https://github.com/Alfresco/alfresco-ng2-components/tree/master/lib/content-services/search)
|
||||||
|
the app provides a 'live' search feature, where users can open files and folders directly from the Search API results.
|
||||||
|
|
||||||
|
[Current User](https://github.com/Alfresco/alfresco-content-app/tree/development/src/app/components/current-user) -
|
||||||
|
displays the user's name, and a menu where users can logout.
|
||||||
|
Optionally through updating the [app.config.json](https://github.com/Alfresco/alfresco-content-app/blob/master/src/app.config.json)
|
||||||
|
a language switching menu can be displayed.
|
Reference in New Issue
Block a user