mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-06 13:26:05 -06:00
commit
963d489b0f
@ -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' => [
|
||||||
|
|||||||
@ -7,6 +7,12 @@ return [
|
|||||||
'default_value' => true,
|
'default_value' => true,
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
'only_email_login' => [
|
||||||
|
'type' => 'anomaly.field_type.boolean',
|
||||||
|
'config' => [
|
||||||
|
'default_value' => false,
|
||||||
|
],
|
||||||
|
],
|
||||||
'latest-limit' => [
|
'latest-limit' => [
|
||||||
'type' => 'anomaly.field_type.integer',
|
'type' => 'anomaly.field_type.integer',
|
||||||
'config' => [
|
'config' => [
|
||||||
|
|||||||
@ -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'
|
||||||
|
]
|
||||||
];
|
];
|
||||||
|
|||||||
@ -133,8 +133,8 @@ return [
|
|||||||
],
|
],
|
||||||
'market_place' => [
|
'market_place' => [
|
||||||
'name' => 'Pazar Yeri',
|
'name' => 'Pazar Yeri',
|
||||||
'instructions' => 'If the marketplace is down, your site will act as ecommerce. For example,
|
'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
|
some fields in the profile such as ads, dopings, messages, sale, packages and store are not visible and
|
||||||
removes corporate membership.'
|
removes corporate membership.'
|
||||||
],
|
],
|
||||||
'price_area_hidden' => [
|
'price_area_hidden' => [
|
||||||
@ -280,7 +280,10 @@ return [
|
|||||||
'name' => 'Vergi alanını gizle',
|
'name' => 'Vergi alanını gizle',
|
||||||
'instructions' => 'Bu seçenek etkinleştirildiğinde, ilan veya ürün oluşturma sayfasında vergi oranını ayarlayabilirsiniz.'
|
'instructions' => 'Bu seçenek etkinleştirildiğinde, ilan veya ürün oluşturma sayfasında vergi oranını ayarlayabilirsiniz.'
|
||||||
],
|
],
|
||||||
'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ş',
|
||||||
|
]
|
||||||
];
|
];
|
||||||
|
|||||||
@ -75,7 +75,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{{ form_close() }}
|
{{ form_close() }}
|
||||||
|
|
||||||
{% if addBlock('login/oauth') or setting_value('visiosoft.module.advs::register_email_field') %}
|
{% if (addBlock('login/oauth') or setting_value('visiosoft.module.advs::register_email_field')) and not setting_value('visiosoft.module.advs::only_email_login') %}
|
||||||
<div class="text-center text-muted">- {{ trans('visiosoft.theme.base::field.or') }} -</div>
|
<div class="text-center text-muted">- {{ trans('visiosoft.theme.base::field.or') }} -</div>
|
||||||
<div class="social-login py-2 px-3">
|
<div class="social-login py-2 px-3">
|
||||||
{% if setting_value('visiosoft.module.advs::register_email_field') %}
|
{% if setting_value('visiosoft.module.advs::register_email_field') %}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user