function ckeditor_scayt_update_8301 in CKEditor SpellCheckAsYouType (SCAYT) 8
Remove library_path configuration settings.
File
- ./ckeditor_scayt.install, line 38 
- Update hooks for the CKeditor scayt module.
Code
function ckeditor_scayt_update_8301() {
  // Update configuration settings.
  \Drupal::configFactory()
    ->getEditable('ckeditor_scayt.config')
    ->clear('library_path')
    ->save(TRUE);
}