mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -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' => [
|
||||
'type' => 'anomaly.field_type.checkboxes',
|
||||
'required' => true,
|
||||
'config' => [
|
||||
'mode' => 'tags',
|
||||
'options' => function () {
|
||||
|
||||
@ -230,6 +230,10 @@ return [
|
||||
'name' => 'Satıcı Bilgilerini Gizle',
|
||||
'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' => [
|
||||
'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',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user