Add etherpad, update codex
This commit is contained in:
parent
176d2a7723
commit
aa2b38d3bf
8 changed files with 206 additions and 14 deletions
11
pkgs/patches/etherpad-plugin-package-bootstrap-path.patch
Normal file
11
pkgs/patches/etherpad-plugin-package-bootstrap-path.patch
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
--- a/src/templates/padBootstrap.js
|
||||
+++ b/src/templates/padBootstrap.js
|
||||
@@ -31,7 +31,7 @@
|
||||
window.plugins.baseURL = basePath;
|
||||
await window.plugins.update(new Map([
|
||||
<% for (const module of pluginModules) { %>
|
||||
- [<%- JSON.stringify(module) %>, require("../../src/plugin_packages/"+<%- JSON.stringify(module) %>)],
|
||||
+ [<%- JSON.stringify(module) %>, require("./src/plugin_packages/"+<%- JSON.stringify(module) %>)],
|
||||
<% } %>
|
||||
]));
|
||||
// Mechanism for tests to register hook functions (install fake plugins).
|
||||
Loading…
Add table
Add a link
Reference in a new issue