mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 23:06:08 -06:00
#4865 optional seller information setting
This commit is contained in:
parent
4f7adccede
commit
91f6f67392
@ -439,7 +439,6 @@ return [
|
|||||||
],
|
],
|
||||||
'hide_seller_info_by_category' => [
|
'hide_seller_info_by_category' => [
|
||||||
'type' => 'anomaly.field_type.checkboxes',
|
'type' => 'anomaly.field_type.checkboxes',
|
||||||
'required' => true,
|
|
||||||
'config' => [
|
'config' => [
|
||||||
'mode' => 'tags',
|
'mode' => 'tags',
|
||||||
'options' => function () {
|
'options' => function () {
|
||||||
|
|||||||
@ -230,6 +230,10 @@ return [
|
|||||||
'name' => 'Satıcı Bilgilerini Gizle',
|
'name' => 'Satıcı Bilgilerini Gizle',
|
||||||
'instructions' => 'İlan detay sayfasında satıcı bilgilerinin gizlenmesi',
|
'instructions' => 'İlan detay sayfasında satıcı bilgilerinin gizlenmesi',
|
||||||
],
|
],
|
||||||
|
'hide_seller_info_by_category' => [
|
||||||
|
'name' => 'Satıcı Bilgilerini Kategori Bazlı Gizle',
|
||||||
|
'instructions' => 'İlan detay sayfasında seçilen ana kategorilere göre satıcı bilgilerinin gizlenmesi',
|
||||||
|
],
|
||||||
'show_post_ad_agreement' => [
|
'show_post_ad_agreement' => [
|
||||||
'name' => 'İlan Sonrası Sözleşmesini Göster',
|
'name' => 'İlan Sonrası Sözleşmesini Göster',
|
||||||
'instructions' => 'Reklam oluşturma sayfasında bir gizlilik politikası sözleşmesi görüntülemek istiyorsanız bunu açın',
|
'instructions' => 'Reklam oluşturma sayfasında bir gizlilik politikası sözleşmesi görüntülemek istiyorsanız bunu açın',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user