Updated engine with sidebar registration options
This commit is contained in:
parent
be008e4b26
commit
594c6b6d99
|
@ -5,6 +5,11 @@ module Announcement
|
||||||
module_label "announcement.announcement"
|
module_label "announcement.announcement"
|
||||||
base_url File.expand_path File.dirname(__FILE__)
|
base_url File.expand_path File.dirname(__FILE__)
|
||||||
widget_methods ["widget"]
|
widget_methods ["widget"]
|
||||||
|
|
||||||
|
side_bar do
|
||||||
|
head_label_i18n 'announcement.announcement', icon_class: "icons-megaphone"
|
||||||
|
head_link_path "admin_announcements_path"
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue