[ 'type' => 'anomaly.field_type.boolean', 'config' => [ 'default_value' => true, ], ], 'latest-limit' => [ 'type' => 'anomaly.field_type.integer', 'config' => [ 'min' => 1, 'default_value' => 5, ], ], 'default_view_type' => [ 'type' => 'anomaly.field_type.select', 'config' => [ 'options' => ['list' => 'List', 'table' => 'Table', 'map' => 'Map', 'gallery' => 'Gallery'], 'default_value' => 'list', ] ], 'hide_zero_price' => [ 'type' => 'anomaly.field_type.boolean', 'config' => [ 'default_value' => false, ], ], 'auto_approve' => [ 'type' => 'anomaly.field_type.boolean', 'bind' => 'adv.auto_approve', 'env' => 'ADV_AUTO_APPROVE', 'config' => [ 'default_value' => true, ], ], 'estimated_pending_time' => [ 'type' => 'anomaly.field_type.integer', 'config' => [ 'default_value' => 6, ], ], 'default_published_time' => [ 'type' => 'anomaly.field_type.integer', 'bind' => 'adv.default_published_time', 'env' => 'ADV_PUBLISH_TIME', 'required' => true, 'config' => [ 'default_value' => 10, ], ], 'iban_numbers' => [ 'type' => 'anomaly.field_type.wysiwyg', 'bind' => 'adv.iban', 'env' => 'ADV_IBAN', 'config' => [ 'default_value' => '

TR00 0000 0000 0000 0000 0000 00

', ], ], 'google_statistic_code' => [ 'type' => 'anomaly.field_type.editor', 'bind' => 'adv.google_statistic_code', 'env' => 'ADV_GOOGLE_STATISTIC_CODE', 'config' => [ 'default_value' => '', ], ], 'logo' => [ 'type' => 'anomaly.field_type.file', 'bind' => 'adv.logo', 'env' => 'ADV_LOGO', 'config' => [ 'folders' => ["images"], 'mode' => 'upload', ] ], 'ogImage' => [ 'type' => 'anomaly.field_type.file', 'bind' => 'adv.ogImage', 'env' => 'ADV_OG_IMAGE', 'config' => [ 'folders' => ["images"], 'mode' => 'upload', ] ], 'free_currencyconverterapi_key' => [ "type" => "anomaly.field_type.text", 'bind' => 'adv.free_currencyconverterapi_key', 'env' => 'ADV_CURRENCY_CONVERT_API_KEY', 'config' => [ "default_value" => "1eea72940f3868c77420" ] ], 'default_GET' => [ 'type' => 'anomaly.field_type.boolean', 'bind' => 'adv.default_GET', 'env' => 'ADV_GET', 'config' => [ 'default_value' => 0, ], ], 'thumbnail_width' => [ 'type' => 'anomaly.field_type.integer', 'config' => [ 'default_value' => 270, ], ], 'thumbnail_height' => [ 'type' => 'anomaly.field_type.integer', 'config' => [ 'default_value' => 180, ], ], 'picture_width' => [ 'type' => 'anomaly.field_type.integer', 'config' => [ 'default_value' => 600, ], ], 'picture_height' => [ 'type' => 'anomaly.field_type.integer', 'config' => [ 'default_value' => 400, ], ], 'watermark_type' => [ 'type' => 'anomaly.field_type.select', 'bind' => 'adv.watermark_type', 'env' => 'ADV_WATERMARK_TYPE', 'required' => true, 'config' => [ 'options' => ['image' => 'Image', 'text' => 'Text'], 'default_value' => 'text', ] ], 'watermark_text' => [ 'type' => 'anomaly.field_type.text', 'bind' => 'adv.watermark_text', 'env' => 'ADV_WATERMARK_TEXT', ], 'watermark_image' => [ 'type' => 'anomaly.field_type.file', 'bind' => 'adv.watermark_image', 'env' => 'ADV_WATERMARK_IMAGE', 'config' => [ 'default_value' => '', ], ], 'watermark_position' => [ 'type' => 'anomaly.field_type.select', 'bind' => 'adv.watermark_position', 'env' => 'ADV_WATERMARK_POSITION', 'required' => true, 'config' => [ 'options' => ['top-right' => 'Top Right', 'top-left' => 'Top Left', 'bottom-right' => 'Bottom Right', 'bottom-left' => 'Bottom Left', 'center' => 'Middle'], 'default_value' => 'top-right', ] ], 'listing_page_image' => [ 'type' => 'anomaly.field_type.file', 'bind' => 'adv.listing_page_image', 'env' => 'ADV_LISTING_PAGE_IMAGE', 'config' => [ 'folders' => ["adv_listing_page"], 'mode' => 'upload', ] ], 'hide_standard_price_field' => [ 'type' => 'anomaly.field_type.boolean', 'config' => [ 'default_value' => false, ] ], 'enabled_currencies' => [ 'bind' => 'streams::currencies.enabled', 'env' => 'ADV_ENABLED_CURRENCIES', 'type' => 'anomaly.field_type.checkboxes', 'required' => true, 'config' => [ 'default_value' => function () { return [config('streams::currencies.default')]; }, 'options' => function () { $array = config('streams::currencies.supported'); $cur = array(); foreach ($array as $key => $value) { $cur[$key] = $value['name']; } return $cur; }, ], ], 'market_place' => [ 'type' => 'anomaly.field_type.boolean', 'config' => [ 'default_value' => true, ], ], 'hide_price_filter' => [ 'type' => 'anomaly.field_type.boolean', 'config' => [ 'default_value' => false, ] ], 'hide_date_filter' => [ 'type' => 'anomaly.field_type.boolean', 'config' => [ 'default_value' => false, ] ], 'hide_photo_filter' => [ 'type' => 'anomaly.field_type.boolean', 'config' => [ 'default_value' => false, ] ], 'hide_map_filter' => [ 'type' => 'anomaly.field_type.boolean', 'config' => [ 'default_value' => false, ] ], ];