-
Notifications
You must be signed in to change notification settings - Fork 22
User interface
Thijs Kinkhorst edited this page Sep 27, 2023
·
1 revision
The file app/config/parameters.yml
has some settings to influence the UI at runtime:
-
enabled_languages
configures which languages are shown in the language chooser -
view_default_title
andview_default_header
will have the product name of this installation (default OpenConext) -
view_default_logo{,_width,_height}
gives the path to the logo shown on the front page. -
env_name
, when set, will show a ribbon top-right to visually distinguish this install from other environments in your constellation (e.g. "test", "qa"), with a background ofenv_ribbon_color
. The supported colours are hardcoded tocrimson
,orange
,hotpink
andkhaki
. -
global.site_notice.show
, when set to a string, is a message shown on all WAYF screens. You can use HTML, limited to the tags inglobal.site_notice.allowed.tags
.
Engineblock ships with a base theme and a default theme created on top of that. You can read more about how to create your own theme on top of the base theme in the file README.md
inside the themes/
directory.