As noticed by @swampopus in #2054, ckeditor5.api.php lists hook_ckeditor5_settings_alter() as one of the invoked hooks, but that hook is not invoked by Backdrop core, which instead invokes hook_ckeditor5_config_alter(), in ckeditor5_get_config().
The ckeditor5.api.php file needs to be corrected to reference the correct hook (hook_ckeditor5_config_alter()).
As noticed by @swampopus in #2054, ckeditor5.api.php lists
hook_ckeditor5_settings_alter()as one of the invoked hooks, but that hook is not invoked by Backdrop core, which instead invokeshook_ckeditor5_config_alter(), inckeditor5_get_config().The ckeditor5.api.php file needs to be corrected to reference the correct hook (
hook_ckeditor5_config_alter()).