mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-04 10:14:13 +08:00
Add ui user preferences handling to API
This commit is contained in:
parent
06ab9851be
commit
79199633a1
4 changed files with 195 additions and 0 deletions
|
@ -47,3 +47,4 @@ parameters:
|
|||
syncGCal: true
|
||||
list_max_entries_per_page: true
|
||||
list_max_entries_per_subpanel: true
|
||||
ui: true
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
parameters:
|
||||
ui:
|
||||
alert_timeout: 3
|
||||
user_preferences_save_delay: 5000
|
||||
modal_buttons_collapse_breakpoint: 4
|
||||
navigation_max_module_recently_viewed: 5
|
||||
navigation_max_module_favorites: 5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue