Rename `lazyYT` plugin directory name to `lazy-yt`
This commit is contained in:
parent
cc7b24b88b
commit
75f37ac16a
|
@ -46,7 +46,7 @@ bootsnap-compile-cache/
|
||||||
|
|
||||||
# Ignore plugins except for the bundled ones.
|
# Ignore plugins except for the bundled ones.
|
||||||
/plugins/*
|
/plugins/*
|
||||||
!/plugins/lazyYT/
|
!/plugins/lazy-yt/
|
||||||
!/plugins/poll/
|
!/plugins/poll/
|
||||||
!/plugins/discourse-details/
|
!/plugins/discourse-details/
|
||||||
!/plugins/discourse-nginx-performance-report
|
!/plugins/discourse-nginx-performance-report
|
||||||
|
|
|
@ -69,7 +69,7 @@ class Plugin::Metadata
|
||||||
"discourse-yearly-review",
|
"discourse-yearly-review",
|
||||||
"discourse-openid-connect",
|
"discourse-openid-connect",
|
||||||
"docker_manager",
|
"docker_manager",
|
||||||
"lazyYT",
|
"lazy-yt",
|
||||||
"poll"
|
"poll"
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ task 'plugin:install_all_official' do
|
||||||
skip = Set.new([
|
skip = Set.new([
|
||||||
'customer-flair',
|
'customer-flair',
|
||||||
'discourse-nginx-performance-report',
|
'discourse-nginx-performance-report',
|
||||||
'lazyYT',
|
'lazy-yt',
|
||||||
'poll'
|
'poll'
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
# about: Uses the lazyYT plugin to lazy load Youtube videos
|
# about: Uses the lazyYT plugin to lazy load Youtube videos
|
||||||
# version: 1.0.1
|
# version: 1.0.1
|
||||||
# authors: Arpit Jalan
|
# authors: Arpit Jalan
|
||||||
# url: https://github.com/discourse/discourse/tree/master/plugins/lazyYT
|
# url: https://github.com/discourse/discourse/tree/master/plugins/lazy-yt
|
||||||
|
|
||||||
hide_plugin if self.respond_to?(:hide_plugin)
|
hide_plugin if self.respond_to?(:hide_plugin)
|
||||||
|
|
Loading…
Reference in New Issue