Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
zelwise committed Mar 28, 2018
1 parent 4adc7ad commit 3b3d0ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
using Sitecore.Data.Fields;
using GatherContent.Connector.IRepositories.Models.Import;
using GatherContent.Connector.IRepositories.Interfaces;
using Sitecore.ContentSearch.Utilities;
using Sitecore.Web.UI.HtmlControls.Data;

namespace GatherContent.Connector.SitecoreRepositories.Repositories
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ private Dictionary<string, string> GetMapRules()
{
return new Dictionary<string, string>
{
{"text", "Single-Line Text, Multi-Line Text, Rich Text, Datetime, Date"},
{"text", "Single-Line Text, Multi-Line Text, Rich Text, Datetime, Date, General Link"},
{"section", "Single-Line Text, Multi-Line Text, Rich Text"},
{"choice_radio", "Droptree, Checklist, Multilist, Multilist with Search, Treelist, TreelistEx"},
{"choice_checkbox", "Checklist, Multilist, Multilist with Search, Treelist, TreelistEx"},
Expand Down

0 comments on commit 3b3d0ec

Please sign in to comment.