Open demianturner opened 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
[demian] Milestone 0.7.0 deleted
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