File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
main-core/templates-registry Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,11 @@ export class TemplatesManager implements Mandarine.MandarineCore.ITemplatesManag
20
20
if ( engine == ( null || undefined ) ) engine = Mandarine . Global . getMandarineConfiguration ( ) . mandarine . templateEngine . engine ;
21
21
22
22
let manual : boolean = renderData . options != undefined && renderData . options . manual ;
23
+ //@ts -ignore
24
+ let customPath : boolean = renderData . options != undefined && renderData . options . customPath ;
23
25
24
26
if ( ! manual ) {
25
- let fullPath : string = this . getFullPath ( renderData . template ) ;
27
+ let fullPath : string = this . getFullPath ( renderData . template , customPath ) ;
26
28
if ( fullPath != ( null || undefined ) ) {
27
29
try {
28
30
let context : Mandarine . MandarineMVC . TemplateEngine . Template = {
You can’t perform that action at this time.
0 commit comments