I want to add a new property to my model. The new property is a price such as 129.00 what is the best data type for that. Normally, I use BigDecimal but this is not supported. Is it better to user d:text with some regex, d:float or to implement a new data type? When implementing the new data type what are the steps?
Yes, I have read this artikel. But there is no information for creating a new data type (or I missed something). May be there is another solution to handle a price in meta-data.