You are here

function ckeditor5_removed_post_updates in Drupal 10

Implements hook_removed_post_updates().

File

core/modules/ckeditor5/ckeditor5.post_update.php, line 11
Post update functions for CKEditor 5.

Code

function ckeditor5_removed_post_updates() {
  return [
    'ckeditor5_post_update_alignment_buttons' => '10.0.0',
  ];
}