js(__DIR__.'/js/dist/forum.js') ->css(__DIR__.'/less/common.less'), (new Extend\Frontend('admin')) ->js(__DIR__.'/js/dist/admin.js') ->css(__DIR__.'/less/common.less'), (new Extend\Formatter) ->configure(function (Configurator $config) { $config->Litedown; // Overwrite the default inline spoiler so that it is compatible // with more styling for children in an external stylesheet. $config->tags['ispoiler']->template = ''; }), new Extend\Locales(__DIR__.'/locale'), ];