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 | Name of the theme you want to use. Refer to Themes page for creating custom themes. |
|
Domains
This options are used only when multi-domain management is enabled.
Parameter | Type | Description | Default |
display_tree | boolean | If |
|
open_tree | boolean | If This option is very useful when you want to manage a big number of domains in a Uccello application. |
|
Max results
Parameter | Type | Description | Default |
search | int | Maximum number of results for each module, for a global search on all modules. |
|
autocomplete | int | Maximum number of results for each module, for an autocomplete field. |
|
Format
PHP
Parameter | Type | Description | Default |
date | string | Date format to use with PHP. |
|
datetime | string | DateTime format to use with PHP. |
|
time | string | Time format to use with PHP. |
|
JS
Parameter | Type | Description | Default |
date | string | Date format to use with JavaScript. |
|
datetime | string | DateTime format to use with JavaScript. |
|
time | string | Time format to use with JavaScript. |
|
Roles
Parameter | Type | Description | Default |
display_ancestors_roles | bool | If |
|
Treeview
Parameter | Type | Description | Default |
open_true | bool | If |
|
Users
Parameter | Type | Description | Default |
display_all_users_with_role | bool | If |
|
display_all_admin_users | bool | If |
|
assigned_user_filter_users_groups | bool | If |
|
max_connections_displayed | int | Maximum number of connections displayed in the connection log of a user. |
|
Last updated