Define Board features to be enabled or disabled by default
Last modified:
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,
- Analytics - this component must be configured first by your administrator.
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.