Skip to content

tomharrison/Monoco.CMS.FieldTypes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sitecore LinkList Field Type.

Updates

This project has been updated to build with Sitecore 7 and .NET 4.5 Guaranteed to work for Glass.Mapper.Sc 3.0.5.14

Additions

  • Link now has a LinkFieldType enum property for External/Media/Internal

Glass Mapper Integration

In GlassMapperScCustom.cs add the following to the CastleConfig method.

container.Register(
  Component.For<AbstractDataMapper>().ImplementedBy<LinkListDataHandler>().LifeStyle.Transient
);

Multiple assemblies

If you have your models in a seperate assembly than your web project, take a look at this link for further details: http://glass.lu/docs/tutorial/sitecore/tutorial20/tutorial20.html

About

Monoco Field Type Sitecore additions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 86.5%
  • JavaScript 11.9%
  • Classic ASP 1.6%