Can we create arrays of textarea in Ca configuration?
@Property(label = "Enter the Page Path", description = "Page Path", property = {
"widgetType=textarea",
"textareaRows=10"
})
String[] pagePaths();
I have used this code but I am getting multifield but textarea is not coming. Instead textfield is coming.
Any idea how to get textarea with multifield?
