Hi,
A content type seems to be bound to its namespace and class name. This means that if I decide to do a refactoring of my code and change the namespace or class name of my content type I will need to manually convert the content type for all pages affected.
Is there any way to preserve the content type so that Lemoon still knows that my content type is actually the same as before? Setting a GUID in an attribute of the class or something would be sweet so that developers can refactor freely.