How to customize bulk actions π
Starting from version 1.20.5, the configuration-wui.json.sample file has 3 new properties relevant to bulk actions:
"hideBulk""hideBulkDelete""hideBulkDownload"
By default, the 3 properties are set to false and bulk features are active.
If you need to disable any option, open the configuration-wui.json.sample file, copy the "hideBulk", "hideBulkDelete"and "hideBulkDownload"properties to your configuration-wui.json modifying them as follows:
To disable the Bulk action feature, set the
hideBulkvalue totrueor remove it..To disable the Bulk action feature, set the
hideBulkvalue totrueor remove it.To enable the feature without Download, the
hideBulkvalue must be set tofalseand thehideBulkDownloadvalue totrue.To enable the feature without Delete, the
hideBulkvalue must be set tofalseand thehideBulkDeletevalue totrue.
Please note that other combinations may not work, so follow only the instructions above.