You are here

function menu_block_update_8101 in Menu Block 8

Issue #2932048: Config schema mismatch for expand(ed).

File

./menu_block.install, line 13
Install, update and uninstall functions for the Menu Block module.

Code

function menu_block_update_8101() {
  $config_factory = \Drupal::configFactory();
  $config_factory
    ->rename('expanded', 'expand');
}