demianturner / sgl-docs-tickets-migration-test

0 stars 0 forks source link

Allow FlexyStrrategy to load custom module plugins #1396

Open demianturner opened 11 years ago

demianturner commented 11 years ago

In manager:display method :

Add the module you want to add the plugins to Flexy :

{{{ $output->aModuleFlexyPlugin[] = 'cms'; }}}

TODO: add a SGL_Output::addModulePluginToFlexy(/* mixed */ $moduleName) instead of creating the array manually

demianturner commented 11 years ago

[demian] Milestone 0.7.0 deleted