Can we resize RichTextEditor in AEM-6.4.
I want to resize my RichTextEditor property in my component , can this be limited to a 10 lines max?
Component code :
@DialogField(
name = "name",
fieldLabel = "fieldLabel ")
@400967
private final String propertyName;

Thanks in Advance.