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 :
I’d like to get all of them :
Should I create my own client for that ?
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 :
I’d like to get all of them :
Should I create my own client for that ?
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.