mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 13:06:56 +08:00
FEATURE: Create IE Support Plugin (#8520)
This core plugin, which could be split off in the future, allows us to load IE specific code on demand. Co-authored-by: jjaffeux <j.jaffeux@gmail.com>
This commit is contained in:
@ -72,7 +72,8 @@ class Plugin::Metadata
|
||||
"discourse-rss-polling",
|
||||
"docker_manager",
|
||||
"lazy-yt",
|
||||
"poll"
|
||||
"poll",
|
||||
"discourse-internet-explorer"
|
||||
])
|
||||
|
||||
FIELDS ||= [:name, :about, :version, :authors, :url, :required_version]
|
||||
|
Reference in New Issue
Block a user