This commit is contained in:
Muammer Top 2021-08-18 17:12:26 +03:00
parent f1bacde240
commit cfe9020317
3 changed files with 12 additions and 6 deletions

View File

@ -91,7 +91,7 @@ return [
'user' => [ 'user' => [
'title' => 'visiosoft.module.advs::section.user', 'title' => 'visiosoft.module.advs::section.user',
'fields' => [ 'fields' => [
'register_email_field' 'register_email_field', 'only_email_login'
], ],
], ],
'filter' => [ 'filter' => [

View File

@ -291,4 +291,7 @@ return [
'name' => 'Hide out of stock products without listing', 'name' => 'Hide out of stock products without listing',
'instructions' => 'Hides out-of-stock GET products from listing and homepage' 'instructions' => 'Hides out-of-stock GET products from listing and homepage'
], ],
'only_email_login' => [
'name' => 'Only Email Login'
]
]; ];

View File

@ -282,5 +282,8 @@ return [
], ],
'hide_contact_created_at' => [ 'hide_contact_created_at' => [
'name' => 'Hide Contact Fields For in Create New Ad' 'name' => 'Hide Contact Fields For in Create New Ad'
],
'only_email_login' => [
'name' => 'Sadece Email İle Giriş',
] ]
]; ];