Skip to content

Instantly share code, notes, and snippets.

@usualoma
Created November 12, 2009 11:34
Show Gist options
  • Save usualoma/232836 to your computer and use it in GitHub Desktop.
Save usualoma/232836 to your computer and use it in GitHub Desktop.
sub init_app {
my ($plugin, $app) = @_;
my $menus = $plugin->{registry}->{applications}->{cms}->{menus};
$menus->{'quickrebuild'} = {
label => 'Rebuild',
order => 1000,
mode => 'rebuild_confirm',
};
$menus->{'quickrebuild:index'} = {
label => 'Only Indexes',
order => 100,
view => ['website', 'blog'],
mode => 'rebuild_confirm',
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment