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/settings.json
T
2015-08-05 12:35:57 +03:00

20 lines
564 B
JSON

[
{
"label": "System",
"rows": [
[{"name": "useCache"},{"name": "companyLogo"}],
[{"name": "exportDisabled"},{"name": "globalSearchEntityList"}],
[{"name": "followCreatedEntities"}, false]
]
},
{
"label": "Locale",
"rows": [
[{"name": "dateFormat"}, {"name": "timeZone"}],
[{"name": "timeFormat"}, {"name": "weekStart"}],
[{"name": "thousandSeparator"}, {"name": "decimalMark"}],
[{"name": "language"}, false]
]
}
]