|
49 | 49 | 'title' => _t('Text processing'),
|
50 | 50 | ),
|
51 | 51 | array(
|
52 |
| - 'name' => 'cron', |
53 |
| - 'title' => _t('Cron'), |
| 52 | + 'name' => 're_captcha', |
| 53 | + 'title' => _t('ReCaptcha'), |
54 | 54 | ),
|
55 | 55 | array(
|
56 | 56 | 'name' => 'mail',
|
|
117 | 117 | 'category' => 'general',
|
118 | 118 | ),
|
119 | 119 |
|
120 |
| - 'ga_account' => array( |
121 |
| - 'title' => _t('GA account'), |
122 |
| - 'description' => _t('Google Analytics trackingID `UA-XXXXXXXX-X`. To specify host as well, append to the code `UA-XXXXXXXX-X; XXXX.tld`.'), |
123 |
| - 'category' => 'general', |
124 |
| - ), |
125 |
| - |
126 |
| - 'captcha_public_key' => array( |
127 |
| - 'title' => _t('ReCaptcha Public Key'), |
128 |
| - 'description' => _t('see https://www.google.com/recaptcha to create your public key dedicated to your website domain. Both keys are mandatory.'), |
129 |
| - 'edit' => 'text', |
130 |
| - 'value' => '', |
131 |
| - 'filter' => 'string', |
132 |
| - 'category' => 'general', |
133 |
| - ), |
134 |
| - |
135 |
| - 'captcha_private_key' => array( |
136 |
| - 'title' => _t('ReCaptcha Private Key'), |
137 |
| - 'description' => _t('see https://www.google.com/recaptcha to create your private key dedicated to your website domain. Both keys are mandatory..'), |
138 |
| - 'edit' => 'text', |
139 |
| - 'value' => '', |
140 |
| - 'filter' => 'string', |
141 |
| - 'category' => 'general', |
142 |
| - ), |
143 |
| - |
144 | 120 | 'foot_script' => array(
|
145 | 121 | 'title' => _t('Foot scripts'),
|
146 | 122 | 'description' => _t('Scripts that will be appended to each page footer. Either naked or wrapped js scripts are allowed.'),
|
147 | 123 | 'edit' => 'textarea',
|
148 | 124 | 'category' => 'general',
|
149 | 125 | ),
|
150 | 126 |
|
| 127 | + 'ga_account' => array( |
| 128 | + 'title' => _t('GA account'), |
| 129 | + 'description' => _t('Google Analytics trackingID `UA-XXXXXXXX-X`. To specify host as well, append to the code `UA-XXXXXXXX-X; XXXX.tld`.'), |
| 130 | + 'category' => 'general', |
| 131 | + ), |
| 132 | + |
151 | 133 | 'theme' => array(
|
152 | 134 | 'title' => _t('Theme'),
|
153 | 135 | 'value' => 'default',
|
|
710 | 692 | 'category' => 'geo_tag',
|
711 | 693 | ),
|
712 | 694 |
|
713 |
| - 'cron_active' => array( |
714 |
| - 'category' => 'cron', |
715 |
| - 'title' => _a('Active cron'), |
716 |
| - 'description' => '', |
717 |
| - 'edit' => 'checkbox', |
718 |
| - 'filter' => 'number_int', |
719 |
| - 'value' => 0 |
| 695 | + 'captcha_public_key' => array( |
| 696 | + 'title' => _t('ReCaptcha Public Key'), |
| 697 | + 'description' => _t('see https://www.google.com/recaptcha to create your public key dedicated to your website domain. Both keys are mandatory.'), |
| 698 | + 'edit' => 'text', |
| 699 | + 'value' => '', |
| 700 | + 'filter' => 'string', |
| 701 | + 'category' => 're_captcha', |
720 | 702 | ),
|
721 | 703 |
|
722 |
| - 'cron_password' => array( |
723 |
| - 'category' => 'cron', |
724 |
| - 'title' => _a('Cron password'), |
| 704 | + 'captcha_private_key' => array( |
| 705 | + 'title' => _t('ReCaptcha Private Key'), |
| 706 | + 'description' => _t('see https://www.google.com/recaptcha to create your private key dedicated to your website domain. Both keys are mandatory..'), |
725 | 707 | 'edit' => 'text',
|
| 708 | + 'value' => '', |
726 | 709 | 'filter' => 'string',
|
727 |
| - 'value' => md5(rand()), |
| 710 | + 'category' => 're_captcha', |
728 | 711 | ),
|
729 | 712 | );
|
730 | 713 |
|
|
0 commit comments