mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
59 lines
1.9 KiB
PHP
59 lines
1.9 KiB
PHP
<?php
|
|
|
|
return [
|
|
'show_my_ads' => [
|
|
'name' => 'Show My Ads Tab',
|
|
],
|
|
'upload_avatar' => [
|
|
'name' => 'Avatar Upload',
|
|
],
|
|
'show_tax_office' => [
|
|
'name' => 'Show Tax Office Field',
|
|
],
|
|
'show_checkbox_terms_on_register' => [
|
|
'name' => 'Show Checkbox Terms on Register',
|
|
'instructions' => 'Show the "Accept term", "protection law", "privacy term", "sms & emails" on the register form'
|
|
],
|
|
'register_protection_url' => [
|
|
'name' => 'Register Protection URL',
|
|
],
|
|
'register_privacy_url' => [
|
|
'name' => 'Register Privacy URL',
|
|
],
|
|
'show_education_profession' => [
|
|
'name' => 'Show Education and Profession Fields',
|
|
'instructions' => 'Show the "Education", "State of Education" and "Profession" on the profile edit page'
|
|
],
|
|
'google_captcha_site_key' => [
|
|
'name' => 'Google Captcha Site Key',
|
|
],
|
|
'google_captcha_secret_key' => [
|
|
'name' => 'Google Captcha Secret Key',
|
|
],
|
|
'score_threshold' => [
|
|
'name' => 'Score Threshold',
|
|
'instructions' => 'A value between 0 and 1. The higher the threshold the more strict ReCaptcha is in trying to determine if a user is a bot or not.',
|
|
],
|
|
'education' => [
|
|
'name' => 'Education'
|
|
],
|
|
'state_of_education' => [
|
|
'name' => 'State of Education'
|
|
],
|
|
'profession' => [
|
|
'name' => 'Profession'
|
|
],
|
|
'hide_register_type_profile' => [
|
|
'name' => 'Hide Register Type in Profile Page',
|
|
'instructions' => 'Hides the register type field in the profile edit page.',
|
|
],
|
|
'required_district' => [
|
|
'name' => 'Required District',
|
|
'instructions' => 'Adding an address represents the district obligation.',
|
|
],
|
|
'show_extends_actions' => [
|
|
'name' => 'Show Extends Actions',
|
|
'instructions' => 'Represents the Extends options available on the my profile Ads page.',
|
|
],
|
|
];
|