EXPORTER_BACKUP_STORAGE = Setting('EXPORTER_BACKUP_STORAGE', os.path.join(os.path.dirname(__file__), 'backups'), EXPORTER_SET, dict(
label = _("Backups storage"),
-help_text = _("A folder to keep your backups organized.")))
\ No newline at end of file
+help_text = _("A folder to keep your backups organized.")))
+
+MERGE_MAPPINGS = Setting('MERGE_MAPPINGS', {})
\ No newline at end of file