Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.58 KB

ext-best-practices_admin_FAQ.md

File metadata and controls

27 lines (18 loc) · 1.58 KB
group subgroup title menu_title menu_order functional_areas
extension-best-practices
01_Admin
Admin FAQ
Admin FAQ
1000
Standards

This page is a compilation of frequently asked questions by the Magento Community about extensions integrating with the {% glossarytooltip 29ddb393-ca22-4df9-a8d4-0024d75739b1 %}Admin{% endglossarytooltip %}.

Where should my extension appear in the Admin?

The appropriate place for your {% glossarytooltip 55774db9-bf9d-40f3-83db-b10cc5ae3b68 %}extension{% endglossarytooltip %} to appear in the Admin depends on what it does. For a list of extension types and their proper spot in the Admin, please consult the article: [Admin panel placement and design]({{ page.baseurl }}/ext-best-practices/admin/placement-and-design.html).


What are the rules about using the left-navigation "slide-out panels" in the Admin?

The slide-out panel is designed to accommodate several links. There can be several columns in the slide-out panel to accommodate many extension links. See the details and specifications about [slide-out panels]({{ page.baseurl }}/pattern-library/containers/slideouts-modals-overlays/slideouts-modals-overalys.html).


Are there "rules" about using icons or images that appear beside the name of my extension in the Admin?

You should avoid using icons or images besides the name of your extension in the Admin. More details about icons and images in the Admin panel can be found in the article about [Admin panel placement and design]({{ page.baseurl }}/ext-best-practices/admin/placement-and-design.html#icons-in-navigation).