13 lines
193 B
Ruby
13 lines
193 B
Ruby
# frozen_string_literal: true
|
|
|
|
# name: discourse-plugin-name
|
|
# about: TODO
|
|
# version: 0.0.1
|
|
# authors: Discourse
|
|
# url: TODO
|
|
|
|
enabled_site_setting :plugin_name_enabled
|
|
|
|
after_initialize do
|
|
end
|