mask
mask copied to clipboard
Create a custom field type
I want to create a custom field type that uses the type user and a custom renderType.
I took a look at the code and I guess the things I need to do are:
- Extend the FieldType enum
- Handle all cases in CodeGenerator Namespace
is there something I am missing?
I would really appreciate some pointers. Thank you.