Configurable Template Groups

By default templates are not grouped and rendered under the “Templates” group.

You can configure the templates to be rendered under configured groups as per their tags.

Configuration while Provisioning or Updating Configuration

Procedure

Add the following code to the custom configuration file while provisioning or updating configuration of your TIBCO Developer Hub instance.

templateGroups:
 - name: Group1
   tagFilters: ['bwce', 'techdocs']
 - name: Group2
   tagFilters: ['flogo']

For example , for the above configuration, templates having tags as ‘bwce’ or ‘techdocs’’ will be part of ‘Group1’ and templates having tags as ‘flogo’ will be part of ‘Group2’