-
Notifications
You must be signed in to change notification settings - Fork 11
Setup: Project
dante di domenico edited this page Sep 20, 2022
·
3 revisions
Project data can be set by editing Project configuration 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:
'Project' => [
'name' => 'Gustavo BEdita Manager',
],Example for json (Admin -> Appearence):
{
"name": "Gustavo BEdita Manager"
}