mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-01-23 02:35:34 +00: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…
Add table
Add a link
Reference in a new issue