#3443 igamkoop işler

This commit is contained in:
Muammer Top 2021-02-26 15:56:48 +03:00
parent b95d4ebf87
commit 564dfb0da0
3 changed files with 5 additions and 5 deletions

View File

@ -40,7 +40,7 @@ return [
'ads_detail' => [ 'ads_detail' => [
'title' => 'visiosoft.module.advs::section.ads_detail', 'title' => 'visiosoft.module.advs::section.ads_detail',
'fields' => [ 'fields' => [
'ads_id_date_hidden', 'ads_date_hidden',
'hide_seller_info', 'hide_seller_info',
] ]
], ],

View File

@ -384,7 +384,7 @@ return [
'favicon' => [ 'favicon' => [
'type' => 'anomaly.field_type.file', 'type' => 'anomaly.field_type.file',
], ],
'ads_id_date_hidden' => [ 'ads_date_hidden' => [
'type' => 'anomaly.field_type.boolean', 'type' => 'anomaly.field_type.boolean',
'config' => [ 'config' => [
'default_value' => false, 'default_value' => false,

View File

@ -203,9 +203,9 @@ return [
'name' => 'Show Ads Count', 'name' => 'Show Ads Count',
'instructions' => 'Show ads count on the left categories list', 'instructions' => 'Show ads count on the left categories list',
], ],
'ads_id_date_hidden' => [ 'ads_date_hidden' => [
'name' => 'Hide ID and Created Date', 'name' => 'Hide Created Date',
'instructions' => 'Hide ID and created date in ads detail page', 'instructions' => 'Hide created date in ads detail page',
], ],
'hide_listing_header' => [ 'hide_listing_header' => [
'name' => 'Hide Listing Header', 'name' => 'Hide Listing Header',