Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 564 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 564 Bytes

Platform

Episerver PropertyLinkItem

By default, Episerver does not allow developer to use LinkItem as property type, this small plugin will do that.

Normally you can do a trick by adding validation to allow LinkItemCollection to have max limit to 1, but in some case it is not good from editor's perspective.

With PropertyLinkItem, dev can have property as below

public virtual LinkItem Link { get; set; }

Demo