<?php /* * This file is part of ubuntuhu/alert. */ namespace Ubuntuhu\Alert; use Flarum\Extend; use Flarum\Api\Event\Serializing; return [ (new Extend\Frontend('forum')) ->js(__DIR__.'/js/dist/forum.js') ->css(__DIR__.'/less/forum.less'), (new Extend\Frontend('admin')) ->js(__DIR__.'/js/dist/admin.js') ->css(__DIR__.'/less/admin.less'), new Extend\Locales(__DIR__.'/locale'), (new Extend\Settings) ->serializeToForum('ubuntuhu-alert.customCode', 'ubuntuhu-alert.customCode'), ];