portal application name (#3191)

This commit is contained in:
Eymen Elkum
2024-10-30 20:08:17 +03:00
committed by GitHub
parent 123013db81
commit 89cb67d2b9
4 changed files with 10 additions and 0 deletions
@@ -47,6 +47,7 @@ class Config extends BaseConfig
* @var string[]
*/
private $portalParamList = [
'applicationName',
'companyLogoId',
'tabList',
'quickCreateList',
@@ -108,6 +109,10 @@ class Config extends BaseConfig
$this->portalParamsSet = true;
if (empty($data['applicationName'])) {
unset($data['applicationName']);
}
if (empty($data['language'])) {
unset($data['language']);
}
@@ -8,6 +8,7 @@
"isDefault": "Is Default",
"tabList": "Tab List",
"quickCreateList": "Quick Create List",
"applicationName": "Portal Application Name",
"companyLogo": "Logo",
"theme": "Theme",
"language": "Language",
@@ -26,6 +26,7 @@
},
{
"rows": [
[{"name": "applicationName"}, false],
[{"name": "companyLogo"}, {"name": "theme"}],
[{"name": "layoutSet"}, false],
[{"name": "tabList"}, {"name": "quickCreateList"}],
@@ -48,6 +48,9 @@
"translation": "Global.scopeNames",
"view": "views/portal/fields/quick-create-list"
},
"applicationName": {
"type": "varchar"
},
"companyLogo": {
"type": "image"
},