mirror of
https://github.com/flarum/core.git
synced 2025-08-04 07:27:39 +02:00
Add extension generator command.
This commit is contained in:
7
stubs/extension/js/bootstrap.js
vendored
Normal file
7
stubs/extension/js/bootstrap.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { extend, override } from 'flarum/extension-utils';
|
||||
|
||||
app.initializers.add('{{name}}', function() {
|
||||
|
||||
// @todo
|
||||
|
||||
});
|
Reference in New Issue
Block a user