mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
Update config documentation for header theming (#2555)
This commit is contained in:
parent
3453eef75d
commit
0ab5a1781c
@ -91,14 +91,13 @@ The default logo displayed in the top left corner of the Alfresco Content Applic
|
|||||||
|
|
||||||
### Header Background color
|
### Header Background color
|
||||||
|
|
||||||
You can change the header background color by specifying the color code for the "headerColor" key:
|
You can change the header text and background colors by specifying the color code for the "headerTextColor" and "headerColor" keys:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"application": {
|
"headerTextColor": "#000000",
|
||||||
"headerColor": "#ffffff"
|
"headerColor": "#ffffff"
|
||||||
}
|
}
|
||||||
}
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Header background image
|
### Header background image
|
||||||
|
Loading…
x
Reference in New Issue
Block a user