b2c mode in settings

This commit is contained in:
yuri
2016-11-18 11:31:25 +02:00
parent baf3493044
commit 2069a25f30
3 changed files with 7 additions and 4 deletions
@@ -84,7 +84,8 @@
"mentionEmailNotifications": "Send email notifications about mentions in posts",
"massEmailDisableMandatoryOptOutLink": "Disable mandatory opt-out link",
"activitiesEntityList": "Activities Entity List",
"historyEntityList": "History Entity List"
"historyEntityList": "History Entity List",
"b2cMode": "B2C Mode"
},
"options": {
"weekStart": {
@@ -121,7 +122,8 @@
"ldapAccountDomainName": "The domain which is used for authorization to LDAP server.",
"ldapAccountDomainNameShort": "The short domain which is used for authorization to LDAP server.",
"ldapUserTeams": "Teams for created user. For more, see user profile.",
"ldapUserDefaultTeam": "Default team for created user. For more, see user profile."
"ldapUserDefaultTeam": "Default team for created user. For more, see user profile.",
"b2cMode": "By default EspoCRM is adapted for B2B. You can switch it to B2C."
},
"labels": {
"System": "System",
@@ -4,7 +4,7 @@
"rows": [
[{"name": "useCache"}, {"name": "siteUrl"}],
[{"name": "exportDisabled"}, {"name": "globalSearchEntityList"}],
[{"name": "followCreatedEntities"}, false]
[{"name": "followCreatedEntities"}, {"name": "b2cMode"}]
]
},
{
@@ -306,7 +306,8 @@
},
"b2cMode": {
"type": "bool",
"default": false
"default": false,
"tooltip": true
},
"avatarsDisabled": {
"type": "bool",