Field properties dto missed in ClientLib

Hello,

To control my form in my Client, I need some fields properties like pattern. But I can’t get by the SquidexClient. FieldPropertiesDto only contains :
image

I’d like to get all of them :
image Should I create my own client for that ? :thinking:

As you can see the FieldPropertiesDto is an abstract class, because the individual field types have different settings.

So when you have a string field you get a StringFieldPropertiesDto and so on.

For the CLI I have implemented a test generator, that showcases how to work with the properties.

1 Like