Dump used to work fine but I seem to have turned it off somehow. What have I done wrong? In /Applications/MAMP/htdocs/user/config/system.yaml I have
debugger:
enabled: true
twig: true
shutdown:
close_connection: true
[NB in the documentation at https://learn.getgrav.org/advanced/debugging the screensnip shows enabled: false but I presume that's a mistake? Anyway, I've tried both.]
My template includes this:
<h4>dump </h4>{{ dump(page.header) }}
And the rest of the template is working - it shows the content and the children fine. But I don't get a little G icon leading to the debug bar.
Help appreciated!