When you add a module in server connect the name that you give the module appears next to it.
Is there a way to get it to show up with custom modules?
Any ideas anyone?
Thanks
When you add a module in server connect the name that you give the module appears next to it.
Is there a way to get it to show up with custom modules?
Any ideas anyone?
Thanks
I believe that is controlled by the title attribute in the hjson:
title : 'Your title @@var(actionName)@@',
Thanks a lot.
That sent me in the right direction. What worked for me is using just name
title : 'Your title @@var(name)@@',

The param "name" is the name of the "name" input field as you have defined in HJSON. So for Ken it was actionName, and for you just name.
I prefer actionName or something other than just name since name is usually a keyword.