Question
How to add default value to dropdown field in the block of universal editor
Hi everyone,
I have a requirement for the blocks in the universal editor where for richtext editor I have to limit the text till 100 char, in the dropdown I have to show sone option by default selected. how can we achieve this.
for text fild I tried
"validation": {
"maxLength": 100
} and it works. but for richtext it is not working.
Thank you
@1931634