From 94ec91a7878a8c07e44d6928a18ec1906660ebf6 Mon Sep 17 00:00:00 2001 From: john-knowles <18680913+john-knowles@users.noreply.github.com> Date: Wed, 13 Dec 2017 18:10:08 +0000 Subject: [PATCH] Update configuration.md --- docs/configuration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 8b6387b5e..113b91daf 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -61,9 +61,9 @@ for example: "Personal Files - Alfresco Example Content Application". ### Application Logo -The default logo displayed in the top left corner of the Alfresco Content Application can be changed with the one you want: +The default logo displayed in the top left corner of the Alfresco Content Application can be easily changed: -1. Place the custom logo image file in the [app-name]/src/assets/images folder. The displayed image will be resized to fit the design, but please be aware that an image with extreme width/height might not look good after resizing. +1. Place your custom logo image file in the [app-name]/src/assets/images folder. The displayed image will resize automatically, an image with extreme width/height might not retain its dimensions. 2. In the app.config.json file, set the value of the application.logo to contain the name of the custom logo image: "logo": "/assets/images/[image-name].[extension]" @@ -79,7 +79,7 @@ The default logo displayed in the top left corner of the Alfresco Content Applic ### Header Background color -You can change the header background color by specifying the wanted color code for the "headerColor" key: +You can change the header background color by specifying color code for the "headerColor" key: ```json