diff options
author | Mikk Andresen <mikk.andresen@gmail.com> | 2015-12-02 13:15:27 +0200 |
---|---|---|
committer | Mikk Andresen <mikk.andresen@gmail.com> | 2015-12-02 13:15:27 +0200 |
commit | 03a4828d312662246a9c7fbcbe3125d81323303b (patch) | |
tree | 89408f6aed6b2ccfbda3bed33b7370b71ed9430f /doc/api | |
parent | ad2ea924b5c039ebb8df9dd97d1f5ecaeb02fb14 (diff) | |
download | etherpad-lite-03a4828d312662246a9c7fbcbe3125d81323303b.zip |
Update aceEditorCSS hook documentation
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/hooks_client-side.md | 2 |
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 |