| @@ -10,12 +10,8 @@ | ||
| 10 | 10 | $debug = true; |
| 11 | 11 | |
| 12 | 12 | $customify_config = require $basepath . 'customify_config.php'; |
| 13 | 13 | |
| 14 | -// Load our mock customizer section | |
| 15 | -// @todo Remove this at some point. | |
| 16 | -require_once $basepath . 'mock_style_manager_config.php'; | |
| 17 | - | |
| 18 | 14 | return array( |
| 19 | 15 | 'plugin-name' => 'pixcustomify', |
| 20 | 16 | 'settings-key' => 'pixcustomify_settings', |
| 21 | 17 | 'textdomain' => 'customify', |
| @@ -27,9 +23,8 @@ | ||
| 27 | 23 | 'hiddens' => include 'settings/hiddens' . EXT, |
| 28 | 24 | 'general' => include 'settings/general' . EXT, |
| 29 | 25 | 'output' => include 'settings/output' . EXT, |
| 30 | 26 | 'typography' => include 'settings/typography' . EXT, |
| 31 | - 'css_editor' => include 'settings/css_editor' . EXT, | |
| 32 | 27 | 'tools' => include 'settings/tools' . EXT, |
| 33 | 28 | ), |
| 34 | 29 | 'processor' => array( |
| 35 | 30 | // callback signature: (array $input, customifyProcessor $processor) |
| @@ -62,5 +57,5 @@ | ||
| 62 | 57 | 'default_options' => array( |
| 63 | 58 | |
| 64 | 59 | ) |
| 65 | 60 | |
| 66 | -); # config | |
| 61 | +); # config | |