1
0
mirror of https://github.com/flarum/core.git synced 2025-08-20 23:31:27 +02:00

Allow members to like posts by default and add setting

closes flarum/core#344
This commit is contained in:
Toby Zerner
2015-09-04 12:06:37 +09:30
parent d42ae22d59
commit fc43fd8fb4
6 changed files with 72 additions and 1 deletions

View File

@@ -37,5 +37,11 @@ class AddClientAssets
'likes.others',
'likes.you'
]);
$event->adminAssets([
__DIR__.'/../../js/admin/dist/extension.js'
]);
$event->adminBootstrapper('likes/main');
}
}