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!
I forgot, epi versions used:
<package id="EPiServer.CMS.Core" version="8.2.0" targetFramework="net45" /> <package id="EPiServer.CMS.UI" version="8.0.2" targetFramework="net45" /> <package id="EPiServer.CMS.UI.Core" version="8.0.2" targetFramework="net45" /> <package id="EPiServer.Find" version="9.1.0.2335" targetFramework="net45" /> <package id="EPiServer.Find.Cms" version="9.1.0.2335" targetFramework="net45" /> <package id="EPiServer.Find.Framework" version="9.1.0.2335" targetFramework="net45" /> <package id="EPiServer.Framework" version="8.2.0" targetFramework="net45" /> <package id="EPiServer.Logging.Log4Net" version="1.0.0" targetFramework="net45" /> <package id="EPiServer.Packaging" version="3.2.2" targetFramework="net45" /> <package id="EPiServer.Packaging.UI" version="3.2.2" targetFramework="net45" /> <package id="EPiServer.Search" version="7.7.1" targetFramework="net45" />
Hi, there is a bug reported for the issue: http://world.episerver.com/support/Bug-list/bug/124160 and it should be included in the next CMS.UI release.
/Magnus
When using the [AllowedTypes (typeof(SomeBlock)] on a content area property. The "Suggested types" category when creating a new block seem to ignore restrictions set here entirely, it suggest (and allow me to) create whatever block types are currently "suggested" regardless if they are allowed or not.
The "regular" list of blocks correctly follow the rules I setup. Also when drag'n dropping existing block, only the allowed types can be dragged to the content area.
Anyone experienced anything similar?