MIGXdb config to limit characters in field of type textarea

Thanks.

I didn’t get this to work yet though. Going by your note on the Configs field, I understand the value I tried earlier should have restricted the length of the introtext field to 255 characters {"maxLength":"255"} ?

The MIGX config in the post linked below uses the following, which follows the format from the Docs for TV Input Types as noted above. I tried this but the error quip.thread_err_save remains.

"configs":{
	"allowBlank":true,
	"maxLength":255,
	"minLength":0,
	"regex":"",
	"regexText":""
},

I’ll come back to this later with fresh eyes.

Thanks