You are here

function farm_ui_theme_farm_update_exclude_config in farmOS 2.x

Implements hook_farm_update_exclude_config().

File

modules/core/ui/theme/farm_ui_theme.module, line 184
The farmOS UI Theme module.

Code

function farm_ui_theme_farm_update_exclude_config() {

  // Exclude config that we have overridden in hook_install().
  return [
    'block.block.gin_local_actions',
  ];
}