Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.

Commit

Permalink
Added setting allow user can select own post for Fixed #10
Browse files Browse the repository at this point in the history
  • Loading branch information
wiwatsrt committed Mar 3, 2019
1 parent 66c0433 commit b8974d7
Show file tree
Hide file tree
Showing 16 changed files with 1,376 additions and 1,897 deletions.
5 changes: 4 additions & 1 deletion extend.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@
return [
(new Extend\Frontend('admin'))
->js(__DIR__.'/js/dist/admin.js'),

(new Extend\Frontend('forum'))
->js(__DIR__.'/js/dist/forum.js')
->css(__DIR__ . '/less/forum/extension.less'),

new Extend\Locales(__DIR__ . '/locale'),

function (Dispatcher $events) {
$events->subscribe(Listener\SelectBestAnswers::class);
$events->subscribe(Listener\AddBestAnswerRelationship::class);
},
];
];
168 changes: 1 addition & 167 deletions js/dist/admin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b8974d7

Please sign in to comment.