discourse-wechat/plugin.rb

15 lines
240 B
Ruby
Raw Normal View History

2021-04-02 18:53:34 -04:00
# frozen_string_literal: true
# name: discourse-plugin-name
# about: TODO
# version: 0.0.1
# authors: Discourse
# url: TODO
2021-06-22 05:00:35 -04:00
# required_version: 2.7.0
2021-06-22 05:09:13 -04:00
# transpile_js: true
2021-04-02 18:53:34 -04:00
enabled_site_setting :plugin_name_enabled
after_initialize do
end