Announcement

Collapse
No announcement yet.

How do we access properties through liquid tags?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How do we access properties through liquid tags?

    So I can call functions like this:

    Code:
      The follow demonstrates how to call custom functions in your plugin using tags<br />
                              Custom function value:{{ plugin_function 'HomeSeerSamplePlugin' 'MyCustomFunction' ['1'] }}
    How do we call or set properties? The plugin_function subsequently calls PluginFunction but I need access to PluginPropertyGet.

    Thanks,

    Dirk
Working...
X