Changing the Default Set Label - Alfresco Content Services - 23.4 - 23.4 - Ready - Alfresco - external

Alfresco Content Services

Platform
Alfresco
Product
Alfresco Content Services
Release
23.4
License

Fields that do not specify a set belong to the implicit default set. They are rendered together, by default, but without any visual grouping.

  1. Open the <web-extension>\share-config-custom.xml file.
  2. Enter the configurations for the set label.

    The appearance of the default set can be controlled in the same way as other sets, for example, using an identifier of an empty string.

    <setid=""appearance="panel" />
    

    This will render a panel around all the fields with a label of Default.

    To specify a different label, add the label attribute. For example, the following label will be General.

    <setid=""appearance="panel"label="General" />
    

    You can also use a message bundle key.

    <setid=""appearance="panel"label-id="form.set.general" />
    
  3. Save the file.