Created
May 20, 2014 22:23
-
-
Save pugsley/0e3263fb5ef43f8fcd9b to your computer and use it in GitHub Desktop.
Slightly more readable twig dump (without writing an extension)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<pre style='font-size: 12px;font-family: monospace;'> | |
{{ dump()| | |
replace({ | |
"=>\n": ":", | |
"[\"": "", | |
"\"]": "" | |
})| | |
replace({ | |
": ": ": " | |
})| | |
replace({ | |
": ": ": " | |
})| | |
replace({ | |
": ": ": " | |
})| | |
replace({ | |
": ": ": " | |
})| | |
replace({ | |
": ": ": " | |
})| | |
replace({ | |
": ": ": " | |
})| | |
replace({ | |
": ": ": " | |
}) | |
}} | |
</pre> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment