When we created the config object we needed a method to remove a single value from within the file. Instead of using delete like Drupal had, we had to choose another word because $config->delete() will delete the entire configuration file. We chose the word clear which isn't intuitive, and sends people to the API docs to figure out what it will do.
Is it worthwhile to change this to 'remove' or is it not worth the cost of change?
Recent comments
Ruby Text can be a bit of a hassle to edit... Yes, I can imagine that. No idea, how an editor dialog (or whatever) for easier editing of those should look like - in terms of...
Specific tags to work in CKEditor 5
"why are these tags only relevant for admins?" I'm allowing the editor as well. That being said, Ruby Text can be a bit of a hassle to edit... easy to accidentally delete a tag or part of a...
Specific tags to work in CKEditor 5
Out of curiosity: why are these tags only relevant for admins? Don't "regular" editors on that site also need them under circumstances? Yes, the editors play nicely, no problem to...
Specific tags to work in CKEditor 5