1
0
mirror of https://github.com/flarum/core.git synced 2025-10-27 05:31:29 +01:00

Initial commit

This commit is contained in:
Toby Zerner
2015-07-23 20:25:52 +09:30
commit c4b32f1326
16 changed files with 355 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
import { extend } from 'flarum/extend';
import app from 'flarum/app';
app.initializers.add('bbcode', function() {
// TODO
});