| @@ -1,32 +1,14 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -return array( | |
| 4 | - 'env' => 'production', | |
| 5 | - 'providers' => array( | |
| 6 | - 'core' => array( | |
| 7 | - 'FluentForm\Framework\Foundation\AppProvider', | |
| 8 | - 'FluentForm\Framework\Config\ConfigProvider', | |
| 9 | - 'FluentForm\App\Providers\FluentValidatorProvider', | |
| 10 | - 'FluentForm\Framework\Request\RequestProvider', | |
| 11 | - 'FluentForm\Framework\View\ViewProvider', | |
| 12 | - ), | |
| 13 | - 'plugin' => array( | |
| 3 | + // Auto generated by wpfluent Installer. | |
| 14 | 4 | |
| 15 | - 'common' => array( | |
| 16 | - 'FluentForm\App\Providers\CommonProvider', | |
| 17 | - 'FluentForm\App\Providers\FormBuilderProvider', | |
| 18 | - 'FluentForm\App\Providers\WpFluentProvider', | |
| 19 | - ), | |
| 20 | - | |
| 21 | - 'backend' => array( | |
| 22 | - 'FluentForm\App\Providers\BackendProvider', | |
| 23 | - 'FluentForm\App\Providers\MenuProvider', | |
| 24 | - 'FluentForm\App\Providers\AdminNoticeProvider' | |
| 25 | - ), | |
| 26 | - | |
| 27 | - 'frontend' => array( | |
| 28 | - 'FluentForm\App\Providers\FrontendProvider', | |
| 29 | - ), | |
| 30 | - ), | |
| 31 | - ), | |
| 5 | +return array ( | |
| 6 | + 'name' => 'FluentForm', | |
| 7 | + 'slug' => 'fluentform', | |
| 8 | + 'domain_path' => '/resources/languages', | |
| 9 | + 'text_domain' => 'fluentform', | |
| 10 | + 'hook_prefix' => '', | |
| 11 | + 'rest_namespace' => 'fluentform', | |
| 12 | + 'rest_version' => 'v1', | |
| 13 | + 'env' => 'production', | |
| 32 | 14 | ); |