mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
Split plugin and use an API
This commit is contained in:
parent
82da24062b
commit
bed7622cd0
@ -729,6 +729,10 @@ module.exports = function(options) {
|
||||
packagePath: "plugins/c9.ide.help/help",
|
||||
staticPrefix: staticPrefix + "/plugins/c9.ide.help"
|
||||
},
|
||||
{
|
||||
packagePath: "plugins/c9.ide.guide/guide",
|
||||
staticPrefix: staticPrefix + "/plugins/c9.ide.guide"
|
||||
},
|
||||
{
|
||||
packagePath: "plugins/c9.ide.configuration/configure",
|
||||
dashboardUrl: options.dashboardUrl,
|
||||
|
||||
@ -118,6 +118,6 @@
|
||||
"c9.ide.undo": "#b028bcb4d5",
|
||||
"c9.ide.upload": "#0bd010d3dc",
|
||||
"c9.ide.welcome": "#5b86c44e92",
|
||||
"c9.ide.guide": "#532f749759"
|
||||
"c9.ide.guide": "#4788de8020"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user