In Magento 2 to add a custom tab to customer edit page in Admin panel we need to follow the below approach. The solution approach is slightly different when compared to Magento 1.X version, here we will be using the UI Component. First create a file called customer_form.xml in Mydons/CustomTab/view/base/view/base/ui_component/customer_form.xml (file name should be customer_form.xml … Continue Reading
