discourse-wechat/plugin.rb

14 lines
219 B
Ruby
Raw Permalink 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-04-02 18:53:34 -04:00
enabled_site_setting :plugin_name_enabled
after_initialize do
end