This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/application/Espo/Resources/layouts/Settings/userInterface.json
T
2018-04-13 12:14:11 +03:00

16 lines
621 B
JSON

[
{
"label": "Configuration",
"rows": [
[{"name": "companyLogo"}, {"name": "theme"}],
[{"name": "applicationName"}, {"name": "userThemesDisabled"}],
[{"name": "recordsPerPage"},{"name": "displayListViewRecordCount"}],
[{"name": "recordsPerPageSmall"}, {"name": "avatarsDisabled"}],
[{"name": "tabList"},{"name": "quickCreateList"}],
[{"name": "scopeColorsDisabled"}, {"name": "tabColorsDisabled"}],
[{"name": "tabIconsDisabled"}, false],
[{"name": "dashboardLayout", "fullWidth": true}]
]
}
]