mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
35 lines
1.0 KiB
PHP
35 lines
1.0 KiB
PHP
<?php
|
|
|
|
return [
|
|
'monitoring' => [
|
|
'stacked' => true,
|
|
'tabs' => [
|
|
|
|
|
|
'general' => [
|
|
'title' => 'visiosoft.module.advs::section.general',
|
|
'fields' => [
|
|
'iban_numbers', 'google_statistic_code', 'ogImage', 'free_currencyconverterapi_key',
|
|
'enabled_currencies'
|
|
|
|
],
|
|
],
|
|
|
|
'ads' => [
|
|
'title' => 'visiosoft.module.advs::section.ads',
|
|
'fields' => [
|
|
'latest-limit', 'auto_approve', 'default_published_time', 'default_adv_limit', 'default_GET',
|
|
'watermark_type', 'watermark_text', 'watermark_image', 'watermark_position', 'watermark_opacity',
|
|
'listing_page_image',
|
|
],
|
|
],
|
|
'user' => [
|
|
'title' => 'visiosoft.module.advs::section.user',
|
|
'fields' => [
|
|
'register_email_field',
|
|
],
|
|
],
|
|
],
|
|
],
|
|
];
|