Plugin js is now transpiled by default (see: https://github.com/discourse/discourse/pull/17175)
14 lines
219 B
Ruby
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
|