Skip to content

Latest commit

 

History

History
29 lines (14 loc) · 1.05 KB

5.md

File metadata and controls

29 lines (14 loc) · 1.05 KB

Section 5: Developing with Adminhtml (11%)

Previous Section | Next Section


5.1 Create a controller for an admin router

How would you create an admin controller? How do you ensure the right level of security for a new controller?

5.2 Define basic terms and elements of system configuration, including scopes, website, store, store view

How would you add a new system configuration option? What is the difference in this process for different option types (secret, file)?

5.3 Define / identify basic terms and elements of ACL

How would you add a new ACL resource to a new entity? How do you manage the existing ACL hierarchy?

5.4 Set up a menu item

How do you add a new menu item to a given tab? How do you add a new tab to the Admin menu?

5.5 Create appropriate permissions for users

How are menu items related to ACL permissions? How do you add a new user with given set of permissions?