Module:Navbar/configuration: Difference between revisions
save this
(navbar-mini) |
(save this) |
||
Line 18: | Line 18: | ||
['collapsible_title_mini'] = 'navbar-ct-mini', | ['collapsible_title_mini'] = 'navbar-ct-mini', | ||
['collapsible_title_full'] = 'navbar-ct-full' | ['collapsible_title_full'] = 'navbar-ct-full' | ||
}, | |||
['default_links'] = { | |||
-- configure true/false. | |||
-- if you add/remove one, don't forget to update link_descriptions also | |||
['view'] = true, | |||
['talk'] = true, | |||
['edit'] = true, | |||
['hist'] = false, | |||
['move'] = false, | |||
['watch'] = false | |||
} | } | ||
} | } | ||
return configuration | return configuration |