openclassify/addons/default/visiosoft/advs-module/resources/config/settings/sections.php
2021-12-07 11:32:55 +03:00

117 lines
4.2 KiB
PHP

<?php
return [
'monitoring' => [
'stacked' => true,
'tabs' => [
'general' => [
'title' => 'visiosoft.module.advs::section.general',
'fields' => [
'favicon',
'market_place',
'show_lang_url',
'iban_numbers',
'google_statistic_code',
'body_custom_space',
'ogImage',
'free_currencyconverterapi_key',
'hide_price_categories',
'tcmb_exchange_url',
'enabled_currencies',
'hide_ad_cat',
],
],
'ads' => [
'title' => 'visiosoft.module.advs::section.ads',
'fields' => [
'preview_mode',
'show_finish_and_publish_date',
'latest-limit',
'popular_ads_limit',
'ads_image_limit',
'default_view_type',
'show_price_to_members_only',
'price_area_hidden',
'hide_listing_standard_price',
'hide_zero_price',
'auto_approve',
'estimated_pending_time',
'default_published_time',
'default_GET',
'get_categories',
'listing_page_image',
'show_ads_count',
'show_subcats_mobile',
],
],
'ads_detail' => [
'title' => 'visiosoft.module.advs::section.ads_detail',
'fields' => [
'ads_date_hidden',
'hide_seller_info',
'hide_seller_info_by_category',
]
],
'create_ad' => [
'title' => 'visiosoft.module.advs::section.create_ad',
'fields' => [
'hide_contact_created_at',
'show_tax_field',
'detailed_product_options',
'steps_color',
'create_ad_button_color',
'hide_standard_price_field',
'hide_options_field',
'hide_village_field',
'make_all_fields_required',
'make_map_required',
'show_breadcrumb_when_creating_ad',
'show_post_ad_agreement',
'show_input_flag',
'show_order_note',
],
],
'ads_image' => [
'title' => 'visiosoft.module.advs::section.ads_image',
'fields' => [
'watermark',
'image_resize_backend',
'full_image_width',
'full_image_height',
'medium_image_width',
'medium_image_height',
'thumbnail_width',
'thumbnail_height',
'add_canvas',
'image_canvas_width',
'image_canvas_height',
'watermark_type',
'watermark_text',
'watermark_image',
'watermark_position',
],
],
'user' => [
'title' => 'visiosoft.module.advs::section.user',
'fields' => [
'register_email_field', 'only_email_login'
],
],
'filter' => [
'title' => 'visiosoft.module.advs::section.filter',
'fields' => [
'hide_filter_section', 'hide_price_filter', 'hide_date_filter', 'hide_photo_filter', 'hide_map_filter',
'hide_listing_header', 'user_filter_limit','hide_out_of_stock_products_without_listing'
],
],
'translations' => [
'title' => 'visiosoft.module.advs::section.translations',
'fields' => [
'lang_switcher_for_browser',
'override_text',
],
],
],
],
];