portal application name (#3191)
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user