mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
Merge pull request #973 from openclassify/muammertop
#3443 new settings
This commit is contained in:
commit
ab5b724c49
@ -40,7 +40,7 @@ return [
|
||||
'ads_detail' => [
|
||||
'title' => 'visiosoft.module.advs::section.ads_detail',
|
||||
'fields' => [
|
||||
'ads_id_date_hidden',
|
||||
'ads_date_hidden',
|
||||
'hide_seller_info',
|
||||
]
|
||||
],
|
||||
|
||||
@ -384,7 +384,7 @@ return [
|
||||
'favicon' => [
|
||||
'type' => 'anomaly.field_type.file',
|
||||
],
|
||||
'ads_id_date_hidden' => [
|
||||
'ads_date_hidden' => [
|
||||
'type' => 'anomaly.field_type.boolean',
|
||||
'config' => [
|
||||
'default_value' => false,
|
||||
|
||||
@ -203,9 +203,9 @@ return [
|
||||
'name' => 'Show Ads Count',
|
||||
'instructions' => 'Show ads count on the left categories list',
|
||||
],
|
||||
'ads_id_date_hidden' => [
|
||||
'name' => 'Hide ID and Created Date',
|
||||
'instructions' => 'Hide ID and created date in ads detail page',
|
||||
'ads_date_hidden' => [
|
||||
'name' => 'Hide Created Date',
|
||||
'instructions' => 'Hide created date in ads detail page',
|
||||
],
|
||||
'hide_listing_header' => [
|
||||
'name' => 'Hide Listing Header',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user