2025-09-24 18:41:44 +08:00

25 lines
552 B
PHP

<?php
/*
* This file is part of klxf/flarum-coyote-pulse-viewer.
*
* Copyright (c) 2025 Fang_Zhijian.
*
* For the full copyright and license information, please view the LICENSE.md
* file that was distributed with this source code.
*/
namespace Klxf\CoyotePulseViewer;
use Flarum\Extend;
return [
(new Extend\Frontend('forum'))
->js(__DIR__.'/js/dist/forum.js')
->css(__DIR__.'/less/forum.less'),
new Extend\Locales(__DIR__.'/locale'),
(new Extend\Formatter())
->configure(FormatterConfigure::class),
];