Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Moving Customize Magento Admin Design to DevDocs #8351

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update src/guides/v2.3/howdoi/admin/customize_admin.md
Co-authored-by: Jeff Matthews <matthews.jeffery@gmail.com>
  • Loading branch information
Barny Shergold and jeff-matthews authored Dec 8, 2020
commit 8a7798f8b4f2317741f280a408e4da4de0893317
2 changes: 1 addition & 1 deletion src/guides/v2.3/howdoi/admin/customize_admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ When you click **Edit** in any of the scope records, the page with available des

Both the grid and the configuration form are implemented using UI components.

To change the grid view, you need to [customize the grid](#customize-the-grid) configuration by adding a custom `design_config_listing.xml` to your module.
To change the grid view, you must [customize the grid](#customize-the-grid) configuration by adding a custom `design_config_listing.xml` file to your module.

To change the available design settings you need to [customize the grid](#customize-the-grid) configuration by adding your custom `design_config_form.xml` in your module. If you add a new field, you must also declare it in `di.xml` on how it is processed and saved.
BarnyShergold marked this conversation as resolved.
Show resolved Hide resolved

Expand Down