mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
#4451 kurs okan
This commit is contained in:
parent
f1bacde240
commit
cfe9020317
@ -91,7 +91,7 @@ return [
|
||||
'user' => [
|
||||
'title' => 'visiosoft.module.advs::section.user',
|
||||
'fields' => [
|
||||
'register_email_field'
|
||||
'register_email_field', 'only_email_login'
|
||||
],
|
||||
],
|
||||
'filter' => [
|
||||
|
||||
@ -291,4 +291,7 @@ return [
|
||||
'name' => 'Hide out of stock products without listing',
|
||||
'instructions' => 'Hides out-of-stock GET products from listing and homepage'
|
||||
],
|
||||
'only_email_login' => [
|
||||
'name' => 'Only Email Login'
|
||||
]
|
||||
];
|
||||
|
||||
@ -133,8 +133,8 @@ return [
|
||||
],
|
||||
'market_place' => [
|
||||
'name' => 'Pazar Yeri',
|
||||
'instructions' => 'If the marketplace is down, your site will act as ecommerce. For example,
|
||||
some fields in the profile such as ads, dopings, messages, sale, packages and store are not visible and
|
||||
'instructions' => 'If the marketplace is down, your site will act as ecommerce. For example,
|
||||
some fields in the profile such as ads, dopings, messages, sale, packages and store are not visible and
|
||||
removes corporate membership.'
|
||||
],
|
||||
'price_area_hidden' => [
|
||||
@ -280,7 +280,10 @@ return [
|
||||
'name' => 'Vergi alanını gizle',
|
||||
'instructions' => 'Bu seçenek etkinleştirildiğinde, ilan veya ürün oluşturma sayfasında vergi oranını ayarlayabilirsiniz.'
|
||||
],
|
||||
'hide_contact_created_at' => [
|
||||
'name' => 'Hide Contact Fields For in Create New Ad'
|
||||
]
|
||||
'hide_contact_created_at' => [
|
||||
'name' => 'Hide Contact Fields For in Create New Ad'
|
||||
],
|
||||
'only_email_login' => [
|
||||
'name' => 'Sadece Email İle Giriş',
|
||||
]
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user