๐Ÿ”˜Show or hide buttons in the UI

You can show or hide the buttons in the UI by changing the config file. By default, all buttons are shown.

'show_import_button' => true,
'show_export_button' => false,
'show_scan_button' => false ,

Last updated