discourse-wechat/plugin.rb
Jarek Radosz 1c67e36ab4
DEV: Remove transpile_js: true (#21)
Plugin js is now transpiled by default (see: https://github.com/discourse/discourse/pull/17175)
2022-06-23 13:33:46 +02:00

14 lines
219 B
Ruby

# frozen_string_literal: true
# name: discourse-plugin-name
# about: TODO
# version: 0.0.1
# authors: Discourse
# url: TODO
# required_version: 2.7.0
enabled_site_setting :plugin_name_enabled
after_initialize do
end