Can anyone let me know what is exact use of canRestore property defined in system.xml field in Magento2?

有帮助吗?

解决方案

using config.xml we set default values for configuration in of the module. so canRestore is used to reset the field to the default value which specified in config.xml.

This will appear as checkbox in admin. You can show Use system value check-box to system configuration by canRestore="1" property in system.xml

许可以下: CC-BY-SA归因
scroll top