mirror of
https://github.com/discourse/discourse.git
synced 2025-06-02 04:08:41 +08:00
discourse/discourse change from 'master' to 'main'
This commit is contained in:

committed by
Michael Brown

parent
1472e47aae
commit
5f7e60d9dc
@ -1,7 +1,7 @@
|
||||
import { withPluginApi } from "discourse/lib/plugin-api";
|
||||
|
||||
function initialize<%= classified_name %>(api) {
|
||||
// https://github.com/discourse/discourse/blob/master/app/assets/javascripts/discourse/lib/plugin-api.js.es6
|
||||
// https://github.com/discourse/discourse/blob/main/app/assets/javascripts/discourse/lib/plugin-api.js.es6
|
||||
}
|
||||
|
||||
export default {
|
||||
|
@ -17,5 +17,5 @@ PLUGIN_NAME ||= '<%= classified_name %>'
|
||||
load File.expand_path('lib/<%= dasherized_name %>/engine.rb', __dir__)
|
||||
|
||||
after_initialize do
|
||||
# https://github.com/discourse/discourse/blob/master/lib/plugin/instance.rb
|
||||
# https://github.com/discourse/discourse/blob/main/lib/plugin/instance.rb
|
||||
end
|
||||
|
Reference in New Issue
Block a user