Skip to content

Instantly share code, notes, and snippets.

@1stevengrant
Created August 1, 2013 14:30
Show Gist options
  • Save 1stevengrant/6131920 to your computer and use it in GitHub Desktop.
Save 1stevengrant/6131920 to your computer and use it in GitHub Desktop.
undo Gypsy config
$weblogs_to_groups = array(
8 => array('prefix' => 'news_', 'group_id' => 22),
13 => array('prefix' => 'press_', 'group_id' => 24),
11 => array('prefix' => 'position_', 'group_id' => 25),
15 => array('prefix' => 'confidential_', 'group_id' => 26),
16 => array('prefix' => 'staff_', 'group_id' => 23),
17 => array('prefix' => 'partners_', 'group_id' => 27),
7 => array('prefix' => 'content_', 'group_id' => 28),
9 => array('prefix' => 'footer_', 'group_id' => 20),
14 => array('prefix' => 'external_', 'group_id' => 19),
18 => array('prefix' => 'quotes_', 'group_id' => 21),
19 => array('prefix' => 'events_', 'group_id' => 18)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment