Define Board Features to Be Enabled or Disabled by Default

Table of Contents

In Board Settings, you can choose to enable or disable features i.e. Gantt chart, Analytics etc. Gantt chart and Analytics are disabled by default while creating a new Board and they must be enabled to use them in this board.

Features that can be configured are:
- Timeline,
- Board chat,
- Allow removal of cards,
- Gantt charts.

To configure these settings, open the web.config and paste the following in the plugins section.

<board-settings
timeline="true"
chat="true"
allow-card-remove="true"
enable-gantt="false"
enable-analytics="false"
/>


Edit the entry. True - this will enable the feature, False - this will disable the feature. Then, save the web.config.

Was this article helpful?

Please, contact us if you have any additional questions.