Is there a way to pass a parameter when calling a plugin? How do I pass args or kwargs from `def templateContext(self, *args, **kwargs):` when calling the plugin from the HTML `{{ plugins.mycustomplugin.name }}`
Is there a way to pass a parameter when calling a plugin?
How do I pass args or kwargs from
def templateContext(self, *args, **kwargs):when calling the plugin from the HTML
{{ plugins.mycustomplugin.name }}