London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
Marcel,
This is a forum for asking for help solving technical problems. It is frequented by a commnity of developers, partners, and some Epi employees.
To contact the Epi support team, go to https://support.episerver.com/hc/en-us.
Episerver.CMS.UI < 11.20.1
When I have a block/page with an image:
[UIHint(UIHint.Image)]
public virtual ContentReference MobileMenuBackgroundImage { get; set; }
and you click in CMS on an existing image,
then the 'select image' popup appears.
the existing image is focused, with a yellow background.
Episerver.CMS.UI >= 11.20.1
The existing image is no longer focused. causing complaints by our content managers.
(we have 1500 images, so it will take a while to find it now in the list in the popup.)
I reverted to 11.19.0 and it's ok again