mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36: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:
|
Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
exports.stylesForExport = function(hook, context){
|
exports.stylesForExport = function(hook, padId, cb){
|
||||||
return("body{margin-left:20px;body{color:orange}");
|
cb("body{font-size:13.37em !important}");
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue