mirror of
https://github.com/CryptKeeperZK/ejs.git
synced 2026-01-08 15:13:50 -05:00
root can be arrays.
This commit is contained in:
@@ -44,9 +44,9 @@
|
|||||||
* The filename of the template. Required for inclusion and caching unless
|
* The filename of the template. Required for inclusion and caching unless
|
||||||
* you are using {@link module:ejs.renderFile}. Also used for error reporting.
|
* you are using {@link module:ejs.renderFile}. Also used for error reporting.
|
||||||
*
|
*
|
||||||
* @property {String} [root=undefined]
|
* @property {String|String[]} [root=undefined]
|
||||||
* The path to the project root. When this is set, absolute paths for includes
|
* The path to the template root(s). When this is set, absolute paths for includes
|
||||||
* (/filename.ejs) will be relative to the project root.
|
* (/filename.ejs) will be relative to the template root(s).
|
||||||
*
|
*
|
||||||
* @property {String} [openDelimiter='<']
|
* @property {String} [openDelimiter='<']
|
||||||
* The opening delimiter for all statements. This allows you to clearly delinate
|
* The opening delimiter for all statements. This allows you to clearly delinate
|
||||||
|
|||||||
Reference in New Issue
Block a user