Merge pull request #973 from openclassify/muammertop

#3443 new settings
This commit is contained in:
Dia Shalabi 2021-03-02 17:32:28 +03:00 committed by GitHub
commit ab5b724c49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -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',
]
],

View File

@ -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,

View File

@ -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',