mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 17:06:16 -04:00
docs
This commit is contained in:
parent
f2c155ee1a
commit
ce004f9c59
1 changed files with 2 additions and 2 deletions
|
@ -259,8 +259,8 @@ This hook will allow a plug-in developer to append Styles to the Exported HTML.
|
|||
Example:
|
||||
|
||||
```
|
||||
exports.stylesForExport = function(hook, context){
|
||||
return("body{margin-left:20px;body{color:orange}");
|
||||
exports.stylesForExport = function(hook, padId, cb){
|
||||
cb("body{font-size:13.37em !important}");
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue