-
Notifications
You must be signed in to change notification settings - Fork 11
Setup: Alert Message
dante di domenico edited this page Sep 20, 2022
·
3 revisions
AlertMessage
configuration provides a top banner with specified text and background color in every page of BEdita Manager.
You can set AlertMessage
in config/app_local.php
(or in config/projects/<projectName>.php
if you use multi project configuration).
You can also override it directly in your BEdita Manager, at Admin -> Appearence
page, in json format.
Example for php file:
'AlertMessage' => [
'text' => 'Development Environment',
'color' => '#498fde',
],
Example for json (Admin -> Appearence
):
{
"text": "Development Environment",
"color": "#498fde"
}