Skip to content

Commit

Permalink
Update feature icon
Browse files Browse the repository at this point in the history
  • Loading branch information
entantoencuanto committed Apr 18, 2024
1 parent b32285a commit 9177a94
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/decidim/extra_user_fields/admin_engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,13 @@ class AdminEngine < ::Rails::Engine
end
end

initializer "decidim_extra_user_fields.icons" do
Decidim.icons.register(name: "input-field", icon: "input-field", category: "system", description: "", engine: :extra_user_fields)
end

initializer "decidim_extra_user_fields.admin_settings_menu" do
Decidim.menu :admin_settings_menu do |menu|
menu.add_item :extra_user_fields,
t("decidim.admin.extra_user_fields.menu.title"),
decidim_extra_user_fields.root_path,
position: 11,
icon_name: "input-field"
icon_name: "list-check"
end
end

Expand Down

0 comments on commit 9177a94

Please sign in to comment.