mirror of
https://github.com/flarum/core.git
synced 2025-10-27 05:31:29 +01:00
Initial commit
This commit is contained in:
6
extensions/bbcode/js/forum/src/main.js
Normal file
6
extensions/bbcode/js/forum/src/main.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import { extend } from 'flarum/extend';
|
||||
import app from 'flarum/app';
|
||||
|
||||
app.initializers.add('bbcode', function() {
|
||||
// TODO
|
||||
});
|
||||
Reference in New Issue
Block a user