Add the filePath method as a handlebars helper
This commit is contained in:
parent
05b7b3406a
commit
d61a1642f2
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
import { filePath } from "../consts.mjs";
|
||||
import { options } from "./options.mjs";
|
||||
|
||||
export default {
|
||||
// MARK: Complex
|
||||
"tb-options": options,
|
||||
"tb-filePath": filePath,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue