Commit 7ae13649 authored by Lyza Danger Gardner's avatar Lyza Danger Gardner Committed by Lyza Gardner

Add sample branding options to local config template

parent 8c0b993b
......@@ -5,6 +5,14 @@
// showHighlights: 'always',
// theme: 'clean',
// Example branding:
// branding: {
// appBackgroundColor: 'white',
// ctaBackgroundColor: 'rgba(3, 11, 16, 1)',
// ctaTextColor: '#eee',
// selectionFontFamily: 'helvetica, arial, sans serif'
//},
// Example focused user mode
// focus: {
// user: {
......@@ -12,6 +20,7 @@
// displayName: 'Freddy Potato',
// }
// },
// Example services config
// services: [{
// apiUrl: 'http://localhost:5000/api',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment