diff --git a/config/plugins.php b/config/plugins.php new file mode 100644 index 00000000..89af2683 --- /dev/null +++ b/config/plugins.php @@ -0,0 +1,39 @@ + ['onlyCli' => true], + 'Shim' => [], + 'Tools' => [], + 'Setup' => [], + 'Data' => [], + 'Ajax' => [], + //'Meta', ['bootstrap' => false]); + 'Cache' => [], + 'AssetCompress' => [], + 'TinyAuth' => ['bootstrap' => false], + 'Calendar' => [], + 'Search' => [], + 'Ratings' => [], + 'Comments' => [], + 'Geo' => [], + 'Templating' => [], + 'DatabaseLog' => [], + 'Queue' => [], + 'Captcha' => [], + 'CakeDto' => [], + 'Cake/Localized' => [], + 'BootstrapUI' => [], + 'Markup' => [], + 'Feedback' => [], + 'Icings/Menu' => [], + 'Expose' => [], + 'Translate' => [], + 'Favorites' => [], + 'QrCode' => [], + + // inside /plugins + 'AuthSandbox' => [], + 'Sandbox' => [], + 'StateMachine' => [], + 'StateMachineSandbox' => [], +];