Skip to content

Commit

Permalink
Merge pull request #70 from ubc-web-services/d10compat
Browse files Browse the repository at this point in the history
Remove update hook
  • Loading branch information
occupant authored Jul 31, 2023
2 parents 993d637 + 793cca8 commit 03c6094
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ubc_editor_config/ubc_editor_config.install
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,4 @@

function ubc_editor_config_update_8001() {

$config_factory = \Drupal::configFactory();
$config = $config_factory->getEditable('filter.format.filtered_text');
$config->set('module', ['editor', 'editor_button_link', 'inline_responsive_images', 'linkit']);
$config->save(TRUE);

return 'The Filtered Text format no longer declares entity_embed as a dependency.';
}

0 comments on commit 03c6094

Please sign in to comment.