I am overriding config settings via a bootstrap file, and all appears to be working except for ‘word_separator’. The control panel’s dropdown changes to my override setting, but when I create new channel content, it uses the separator that was originally set in the database.
For example, the default setting was ‘Underscore’, and my file has it ‘-’. My dashboard settings say ‘Dash’, but when I create new channel entries, the automatic url_title generator uses underscores. I’ve also tried using ‘dash’ and ‘Dash’ in my config file, but the actual character appears to be the only thing that works.