Config file
Publishing
You can publish the Uccello's config file using the following command:
This will create a file located at config/uccello.php
with the following content:
Configuration
Theme
Parameter
Type
Description
Default
theme
string
uccello
Domains
This options are used only when multi-domain management is enabled.
Parameter
Type
Description
Default
display_tree
boolean
true
open_tree
boolean
This option is very useful when you want to manage a big number of domains in a Uccello application.
true
Max results
Parameter
Type
Description
Default
search
int
Maximum number of results for each module, for a global search on all modules.
50
autocomplete
int
Maximum number of results for each module, for an autocomplete field.
10
Format
PHP
Parameter
Type
Description
Default
date
string
Date format to use with PHP.
d/m/Y
datetime
string
DateTime format to use with PHP.
d/m/Y H:i
time
string
Time format to use with PHP.
H:i
JS
Parameter
Type
Description
Default
date
string
Date format to use with JavaScript.
DD/MM/YYYY
datetime
string
DateTime format to use with JavaScript.
DD/MM/YYYY HH:mm
time
string
Time format to use with JavaScript.
HH:mm
Roles
Parameter
Type
Description
Default
display_ancestors_roles
bool
If true
, displays in the current domain, the list of the roles created in an ancestor domain.
false
Treeview
Parameter
Type
Description
Default
open_true
bool
If true
, the domain tree is automatically opened in the Tree View. If false
, the user have to click on each tree node to load its children records.
true
Users
Parameter
Type
Description
Default
display_all_users_with_role
bool
If true
, all users with a role defined in the current domain or in an ancestor one will be shown in the users list.
false
display_all_admin_users
bool
If true
, all admin users will be shown in the users list.
false
assigned_user_filter_users_groups
bool
true
max_connections_displayed
int
Maximum number of connections displayed in the connection log of a user.
100
Last updated
Was this helpful?