We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
目前Wiki插件的前台 https://github.com/homeland-plugins/wiki/blob/master/app/controllers/homeland/wiki/pages_controller.rb
require_module_enabled! :wiki
酷站插件的后台 https://github.com/homeland-plugins/site/blob/master/app/controllers/homeland/site/admin/sites_controller.rb
require_module_enabled! :site
这两个插件都需要相应的模块开启才能用,现在的配置说明是
启用模块,默认 all 全部开启,可选:[topic,home,team,github,editor.code]
如果 modules 的配置不是 all(例如打算关掉home模块),这两个插件没法使用,需要手动开启这两个模块
all
topic,team,github,editor.code,wiki,site
The text was updated successfully, but these errors were encountered:
Add more descriptions to settings for enable modules ruby-china#1227
72b01e1
No branches or pull requests
目前Wiki插件的前台
https://github.com/homeland-plugins/wiki/blob/master/app/controllers/homeland/wiki/pages_controller.rb
酷站插件的后台
https://github.com/homeland-plugins/site/blob/master/app/controllers/homeland/site/admin/sites_controller.rb
这两个插件都需要相应的模块开启才能用,现在的配置说明是
如果 modules 的配置不是
all
(例如打算关掉home模块),这两个插件没法使用,需要手动开启这两个模块The text was updated successfully, but these errors were encountered: