mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FEATURE: rake plugin:install_all_official
use this task to quickly install all official plugins GIT_WRITE=1 to enable write access to repos (discourse staff only)
This commit is contained in:
parent
38daa61fc7
commit
b92e181390
2 changed files with 49 additions and 1 deletions
|
@ -25,7 +25,13 @@ class Plugin::Metadata
|
|||
"poll",
|
||||
"discourse-plugin-linkedin-auth",
|
||||
"discourse-plugin-office365-auth",
|
||||
"discourse-oauth2-basic"
|
||||
"discourse-oauth2-basic",
|
||||
"discourse-math",
|
||||
"discourse-bbcode-color",
|
||||
"discourse-bbcode",
|
||||
"discourse-affiliate",
|
||||
"discourse-translator",
|
||||
"discourse-patreon"
|
||||
])
|
||||
|
||||
FIELDS ||= [:name, :about, :version, :authors, :url, :required_version]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue