Closed mabdelfattah closed 7 years ago
Currently, we support place holders in the subnav.
Given the structure of the menu:
Both the Daily Active Users page and Unsubscribed Users resource can be created by the following:
ActiveAdmin.register_page "Daily Active Users" do
belongs_to :data
menu parent: "Reports"
end
Thank you.
Currently if you make 'Parent' in active_admin menu, it'll be a place holder (not linked to a page). I want to do the same with sub-menu, here's an example:
Main Menu (Place Holder)