How to create beautiful image upload in configuration of Magento 2

- Fire development, Magento 2

Magento 2 Development

To create beautiful image upload in configuration of Magento 2, add the following code in system.xml:

And it is also necessary to create a custom model in system.xml:

NameSpace\YourModule\Model\Config\Backend\Image.php

Source (Stackexchange Question)(PaW)

More tips from the Cookbook