Add an option in config.edn so that CANCELED tasks show their logbook time

I have my Logseq setup so that TODO, DOING, DONE, CANCELED, all show the logbook drawer.

However, CANCELED does not show the total time for that logbook.

I understand this is by design, however I would like an option, perhaps in config.edn to always show the logbook total time on the canceled block marker, and perhaps also regardless of block marker. (All blocks?)

The new options could look like this:

 :logbook/settings
 {
  :total-time-enabled-in-logbook-canceled-blocks true ; display logbook total time in canceled blocks
  :total-time-enabled-in-all-logbook-blocks true; display logbook total time in all blocks
  }

Thanks!