Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Frame property definition defined in code does not show correct editor

Found in

EPiServer.CMS.UI 10.0.2

Fixed in

EPiServer.CMS.UI 10.11.0

(Or a related package)

Created

Aug 04, 2017

Updated

Sep 06, 2017

Area

CMS UI

State

Closed, Fixed and tested


Description

Steps to reproduce:

1. Add a Frame property for a content type in code:

        [BackingType(typeof(PropertyFrame))]
        [UIHint("TargetFrame")]
        public virtual int Frame { get; set; }

2. Rebuild and start the test site.

Expected: The site lets you edit the Frame property with no default value.
Actual: Shows the regular number editor.