mirror of
https://github.com/flarum/core.git
synced 2025-08-18 14:22:02 +02:00
Expose compat API on admin frontend
This commit is contained in:
@@ -14,3 +14,10 @@ app.initializers.add('flarum-tags', app => {
|
||||
addTagsHomePageOption();
|
||||
addTagChangePermission();
|
||||
});
|
||||
|
||||
|
||||
// Expose compat API
|
||||
import tagsCompat from './compat';
|
||||
import { compat } from '@flarum/core/admin';
|
||||
|
||||
Object.assign(compat, tagsCompat);
|
||||
|
Reference in New Issue
Block a user