-
When using the TemplateEngineFactory, I noted that unpublishing or hiding pages does not work as intended: These pages still can be accessed directly through their URL.
I do not know the root-cause…
-
Hello there,
I get the error from above.
The templates are okay, if i delete the cache and reload the page everything works fine, after the next refresh of the page this error appears.
The fi…
-
Definitely a great router. But lack of few common features like:
- Is there is way to pass parameters to views
- Yield Views
- Add Partials
Also is there any feature like when we wish to pas…
-
I'm setting my template file based on a condition and use $view->setFilename.
E.g.
my-tempalte/json.tpl
my-template/html.tpl
if($format == 'json') {
$view->setFilename('my-tempalte/json.tpl')…
-
I have some special setup. I use TemplateEngineFactory with SmartyTempalteEngine and a global template file. So currently I have to use a Smarty Template to output the graphql.
**site/templates/gra…
-
I already have both dependencies met (installed) but still getting this error. I am running 3.0.59
-
Hi, thanks for the update from jade to the pug libary.
But i have a problem with that module. When i just installed the new module and tried to use my old jade code with it, im getting a blank page w…
-
Hi,
its again me.
I thought i open a new thread, because i have a new problem: I try to work with if-statements in Jade/Pug but somehow he don't accept it.
For example, if i write
`if nav_…
-
Hey,
on my local machine with MAMP Pro I get the following error when building templates with the Factory and Twig as Engine:
`Fehler parsen: syntax error, unexpected ',', expecting end of file (Zei…
-
Due to priority order it is currently not possible to make TemplateEngineFactory.module work together with PageFrontEdit.module . It is not possible to set the priority of `addHookAfter('Page::render'…