summaryrefslogtreecommitdiff
path: root/doc/api/hooks_client-side.md
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2015-12-02 11:26:38 +0000
committerJohn McLear <john@mclear.co.uk>2015-12-02 11:26:38 +0000
commit1a303f06b6429a710fd6d58cdfa2c2e30731afec (patch)
tree822aeeb0a70aa39c75740dee75471a7cce9e89e3 /doc/api/hooks_client-side.md
parentf44c444720013fbb4a5e262367172f4fde00ba75 (diff)
parent03a4828d312662246a9c7fbcbe3125d81323303b (diff)
downloadetherpad-lite-1a303f06b6429a710fd6d58cdfa2c2e30731afec.zip
Merge pull request #2850 from tiblu/aceEditorCSS_allow_external_css
aceEditorCSS hook to allow absolute paths to resources to include external CSS
Diffstat (limited to 'doc/api/hooks_client-side.md')
-rw-r--r--doc/api/hooks_client-side.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/hooks_client-side.md b/doc/api/hooks_client-side.md
index 367e0688..1c9ca5af 100644
--- a/doc/api/hooks_client-side.md
+++ b/doc/api/hooks_client-side.md
@@ -111,7 +111,7 @@ Called from: src/static/js/ace.js
Things in context: None
-This hook is provided to allow custom CSS files to be loaded. The return value should be an array of paths relative to the plugins directory.
+This hook is provided to allow custom CSS files to be loaded. The return value should be an array of resource urls or paths relative to the plugins directory.
## aceInitInnerdocbodyHead
Called from: src/static/js/ace.js