Tag

Magento 2

22 posts tagged Magento 2

Clear tag
2 min read

HowTo: Add a Button using a Ui Component in Magento 2

Buttons in the admin used to be a one liner in Magento 1. In Magento 2, when your page is a Ui Component, you add a button through the component: you declare it in the XML and back it with a …

2 min read

HowTo: Magento 2 Add a field to the product edit form

Adding a field to the product edit form in the admin is one of those things that feels harder than it should the first time, because the form is a Ui Component and not a plain layout. Once …