first commit
This commit is contained in:
23
extend.php
Normal file
23
extend.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?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'),
|
||||
new Extend\Locales(__DIR__.'/locale'),
|
||||
|
||||
(new Extend\Formatter())
|
||||
->configure(FormatterConfigure::class),
|
||||
];
|
||||
Reference in New Issue
Block a user