I'm currently using Orbeon v. 2017.1.1 embedded in an ASP .Net core web app written in C#. I need to add some custom properties to a form control. These properties are a key-value pair. Is there some pre-built mechanism that let me add these properties, or I have to implement such mechanism in java modifying the source code? (I'm not a Java programmer :-( ).
Thank you
Ivan