diff --git a/importer/process.go b/importer/process.go index 87cd17a5..a5a91641 100644 --- a/importer/process.go +++ b/importer/process.go @@ -38,6 +38,7 @@ func ProcessSetting(process *gou.Process) interface{} { return map[string]interface{}{ "mappingPreview": imp.Option.MappingPreview, "dataPreview": imp.Option.DataPreview, + "templateLink": imp.Option.TemplateLink, "title": imp.Title, } }