docs: `import` hook `fileEnding` has leading period
parent
088fb14784
commit
87a490d456
|
@ -818,7 +818,8 @@ function elected to convert the document to HTML.
|
||||||
Context properties:
|
Context properties:
|
||||||
|
|
||||||
* `destFile`: The destination HTML filename.
|
* `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.
|
* `padId`: The identifier of the destination pad.
|
||||||
* `srcFile`: The document to convert.
|
* `srcFile`: The document to convert.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue