PageFactory (Kirby Plugin)

Help for URL Commands

PageFactory supports various URL commands invoked by url?command. They are meant to be useful while developing a website.

Note: some of them only work while your are logged in as admin or working on a localhost.

?help                   this information
?variables              show currently defined variables
?macros                 show currently defined macros()
?lang=xy                activate given language
?debug                  activate debug mode
?localhost=false        mimick running on a remote host
?notranslate            show variables instead of translating them
?print                  starts printing mode and launches the printing dialog
?printpreview           presents the page in print-view mode
?reset                  resets all state-defining information: 
                        caches, tokens, session-vars.

?help