Add a validator to the settings to prevent mistakes breaking the kanban theme component

the theme component can’t process capital letters or spaces, so if there is a capital in any text it gets confused and something breaks. a simple verification check can remove that issue.

Our site was looking for the array.filter(Doing !== doing) which didn’t work.

Please ad a validator… or alternatively improve the settings in the admin section to make that impossible