10-04-2019 10:06 AM
Hello,
Standard sice of text field is 1024. I need size 4000 chars. Is it possible to increase this size? And how?
Thank you
Martin
10-05-2019 12:59 PM
You need to define size of text field during configure.
<appearance>
<field id="ac:property1">
<control template='/org/alfresco/components/form/controls/textfield.ftl'>
<control-param name='size'>5000</control-param>
</control>
</field>
</appearance>
Explore our Alfresco products with the links below. Use labels to filter content by product module.