mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
41 lines
1.2 KiB
PHP
41 lines
1.2 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'
|
|
],
|
|
'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'
|
|
],
|
|
];
|