Skip to content

Instantly share code, notes, and snippets.

@batigolix
Created February 9, 2016 08:12
Show Gist options
  • Save batigolix/298a39954c1ee8f46575 to your computer and use it in GitHub Desktop.
Save batigolix/298a39954c1ee8f46575 to your computer and use it in GitHub Desktop.
/**
* UNLOCK the field provided so we can tweak settings.
*/
function nexteuropa_map_update_7002() {
$field = field_read_field('map_layers');
$field['locked'] = FALSE;
field_update_field($field);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment