Hi,
There is a requirement from client that they want to change the single line text which is used for description to multi line text (Text Area). I see the that multi line text is added in the list of "/libs/dam/gui/coral/components/admin/schemaforms/formbuilder/v2/builditems.jsp" but not showing in the schema fields. Should we enable this field anywhere to show up in schema or create new field?
Please help with the process to enable the text area in metadata schema.
Thank you.
Solved! Go to Solution.
Views
Replies
Total Likes
This is not available OOTB. I used a quick hack by going to crxde updating resource type as textarea on local and using rows property String "7"
You could also set resize to true if you want users to be able to resize it. Deploy it on rest AEM env.
@keerthana_hn This is a default schema field available OOTB.
-Can you please share the AEM version.
-Please check for error logs, on both backend and client side (browser)
-Have you done any customization on top of the schema fields, or are there any custom schema fields in play
-A screen shot, would really help
This is not available OOTB. I used a quick hack by going to crxde updating resource type as textarea on local and using rows property String "7"
You could also set resize to true if you want users to be able to resize it. Deploy it on rest AEM env.
Views
Likes
Replies