Is there is a way to pass the querystring arguments to the plugin_function liquid tag?
Is something like the following possible?
plugin_function 'MyPlugin' 'GetDevicesHtml' ['<querystring arguments would be placed here>]
The reason is I'm trying to maintain html code in the plugin and the state through the querystrings to various page links and maintain the floor or room parameters.
Is something like the following possible?
plugin_function 'MyPlugin' 'GetDevicesHtml' ['<querystring arguments would be placed here>]
The reason is I'm trying to maintain html code in the plugin and the state through the querystrings to various page links and maintain the floor or room parameters.
Comment