Open Sogl opened 2 years ago
Also I can't use
clock
output func in twig (described here):
clock()
is a Clockworks JS function. You can't use it in Twig just like that
BTW, I might add to the same issue, that empty arrays are not printed correctly. Currently debug prints out just a string array
, when it should be a proper > Array(0) {}
(check last image on this comment and note the italics)
For example dump any var that doesn't exist on page:
Log output:
Related issue: https://github.com/getgrav/grav/issues/3393
Also I can't use
clock
output func in twig (described here):Returns nothing.