The system.xml is the main file responsible for any custom fields in the system configuration of Magento 2 admin. In order to add custom fields, tabs, groups, or performing any kind of customization in system configuration, one needs to create system.xml configuration in Magento 2. Especially while creating Magento 2 extensions, we often require adding such kinds of fields […]