mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
docs: import
hook fileEnding
has leading period
This commit is contained in:
parent
088fb14784
commit
87a490d456
1 changed files with 2 additions and 1 deletions
|
@ -818,7 +818,8 @@ function elected to convert the document to HTML.
|
|||
Context properties:
|
||||
|
||||
* `destFile`: The destination HTML filename.
|
||||
* `fileEnding`: The lower-cased filename extension from `srcFile`.
|
||||
* `fileEnding`: The lower-cased filename extension from `srcFile` **with leading
|
||||
period** (examples: `'.docx'`, `'.html'`, `'.etherpad'`).
|
||||
* `padId`: The identifier of the destination pad.
|
||||
* `srcFile`: The document to convert.
|
||||
|
||||
|
|
Loading…
Reference in a new issue