Its very easy to add Category chooser to UI forms. But many times we create Magento 2 admin forms without UI component, so today I am coming with a solution to add Category chooser without UI component like below screenshot:…
To add dynamic rows with multiselect field into your system configuration settings. First you need to create a module with name M2Expert_DynamicRows or follow the below codes with existing module. This examples shows how to add multiselect country options and…