add($this->render('module_configuration.html')); } public function onModuleConfigJs(HookRenderEvent $event) { $event->add($this->render('module-config-js.html')); } }