mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
Support a url field in plugin metadata
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
module Plugin; end
|
||||
|
||||
class Plugin::Metadata
|
||||
FIELDS ||= [:name, :about, :version, :authors]
|
||||
FIELDS ||= [:name, :about, :version, :authors, :url]
|
||||
attr_accessor *FIELDS
|
||||
|
||||
def self.parse(text)
|
||||
|
||||
Reference in New Issue
Block a user