Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Hi, maybe you can try comparing to some of the tutorial plugins, for example How to develop a Download PDF Datalist Action. I noticed the letter case is different, perhaps you can try changing it.
I am currently working on a properties option for a process participant plugin. I was trying to set a default value to one of the properties based on below JSON data. However, the default value was not shown.
{
name : 'test',
label : 'Test',
type : 'TextField',
value : 'Property Value',
description : 'Property Description 123'
}