Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Did you check the settings tab of your block? The 'GroupName' in your code dictates which tab the property is displayed in, and it is set to 'Settings'.
Otherwise you could check the browser console for any errors.
I have a drop down property that looks like this:
[Display( Name = "Display Mode", GroupName = SystemTabNames.Settings, Order = 20)] [SelectOne(SelectionFactoryType = typeof(ComponentDisplayModeSelectionFactory))] [Required] public virtual string DisplayMode { get; set; }
When I create the block, the property shows up. But after the block has been created, it doesn't show up when I edit the block. This is in my local dev enviornment. It hasn't been published yet.