mask icon indicating copy to clipboard operation
mask copied to clipboard

Create a custom field type

Open Loeffeldude opened this issue 4 months ago • 1 comments

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.

Loeffeldude avatar Oct 18 '24 07:10 Loeffeldude