In short: is it possible to hide folder description globally without using the occ command line?
occ config:app:set text workspace_available --value=0
Otherwise, if I had to run it to make it possible, is it possible to bring it back by adding “1” for value?
occ config:app:set text workspace_available --value=1
Thanks in advance!