mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Support a url field in plugin metadata
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
# about: Uses the lazyYT plugin to lazy load Youtube videos
|
||||
# version: 1.0.1
|
||||
# authors: Arpit Jalan
|
||||
# url: https://github.com/discourse/discourse/tree/master/plugins/lazyYT
|
||||
|
||||
# javascript
|
||||
register_asset "javascripts/lazyYT.js"
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
# about: adds poll support to Discourse
|
||||
# version: 0.1
|
||||
# authors: Vikhyat Korrapati
|
||||
# url: https://github.com/discourse/discourse/tree/master/plugins/poll
|
||||
|
||||
load File.expand_path("../poll.rb", __FILE__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user