I've got some customer data types in umbraco which we've created for our doucment types. One of them uses two drop down lists, the second dependent on the first. The second value is stored/retrieved.
Is there any way of utilising these data types in Contour, or do I have to re-write them as FieldTypes?
Umbraco DataTypes in Contour
HI,
I've got some customer data types in umbraco which we've created for our doucment types. One of them uses two drop down lists, the second dependent on the first. The second value is stored/retrieved.
Is there any way of utilising these data types in Contour, or do I have to re-write them as FieldTypes?
Any help would be hugely appreciated.
Matt
Comment author was deleted
Hey Matt,
Yes you'll have to re-write them as fieldtypes, but a simple fieldtype wrapper around your datatypes should do the trick.
is working on a reply...