Adding DataTypes into Studio

Hi guys,
Great job on CUBA.
I was wondering whether it was possible to extend the DataTypes in Cuba Studio? I noted the way to extend it in code in the manual, but was wondering whether there was also a way that the DataType could be available in the list of types available in the drop list when defining at attribute in Cuba Studio?
Cheers, Shawn.

Hi Shawn,
If you create a new datatype in datatypes.xml as explained in the manual and specify the “javaType” (and optionally “sqlType”) attributes for it, Studio will display it in the list of available data types for an entity attribute.

It was the missing “javaType” - I added it into the DataTypes.xml and Studio is now including it in the list.
Thanks for your help.