Last active
May 29, 2019 19:34
-
-
Save robertmorel-uk/297d2d2df56f0b53331e5a3e9dd218a6 to your computer and use it in GitHub Desktop.
Mura - cfdump all the things
This file contains hidden or 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
<cfdump var="#$.globalConfig().getAllValues()#"> | |
<cfdump var="#$.siteConfig().getAllValues()#"> | |
<cfdump var="#$.content().getAllValues()#"> | |
<cfdump var="#$.currentUser().getAllValues()#"> | |
<cfdump var="#$.event().getAllValues()#"> | |
#$.currentUser().getUsername()# | |
#$.content().getTitle()# | |
#$.content().getChildTemplate()# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment