Skip to Main Content
Customer Feedback

We love feedback from you on our products and the problems in your daily work that you would like us to solve. Please describe the challenge you're encountering and your desired outcome. Be as detailed as possible.

For technical issues or bugs please head to Support or our Developer Community. You can assign up to 20 votes in total. Thank you for your feedback.

Status explanation: 'Future Consideration' = Continuing to collect further feedback, not planned at this time. 'Investigating' = Prioritized for deeper customer and feasibility investigations ahead of planning development.

ADD FEEDBACK

Technical

Showing 64 of 1583

CacheEvictionPolicy with masterkey dependency to content version makes edit mode broken for that IContent

To make a simple showcase, imagine the following code for caching a friendly URL for a page. CacheManager.Insert ($"GetFriendlyUrl({contentLink.ID})", contentLink.GetFriendlyURL(), new CacheEvictionPolicy (TimeSpan.FromDays(1), CacheTimeoutType.Ab...
almost 2 years ago in Content Management / Technical 3 Already exists

Changing page type settings in Admin removes AvailableContentTypes that are IContent and not pages

Consider the following page type. [AvailableContentTypes(Availability.Specific, Include = new[] { typeof(ReactionLike), typeof(ReactionComment), typeof(NewsListPage) })] public class NewsPage : PageData {} And custom IContent implementations publi...
almost 2 years ago in Content Management / Technical 0

Support SAP Connector DLL's

Hi, I'd like to ensure the SAP Connector DLL's are supported in Configured Commerce. Otherwise, calling a BAPI directly on SAP won't be possible and will need to be on the WIS, resulting in poor performance for real-time calls like price/inventory...
about 2 years ago in Content Management / Technical 1 Investigating

Self-Optimizing block without session

Make self-optimizing block work even though session state mode is off.
about 2 years ago in Content Management / Technical 1 Investigating

Make it possible to restrict maximum number of versions per content type

At the moment it's only possible to restrict the number of versions per content that is stored globally. I now have a customer on a large site with some content that is really important to keep all versions for a specific content type. I would lik...
about 2 years ago in Content Management / Technical 0

Restrict the usage of EPiServer.Marketing.Testing add on

We would like to deny the create A/B test access for specific users having publish access.
about 2 years ago in Content Management / Technical 0

Add option to render custom attributes when using ClientResources

There does not appear to be an option to render custom attributes when using ClientResources. One use case for this is that some resources require 'async' and 'defer' attribute in the script element — for example when using Google Maps and ReCaptc...
about 2 years ago in Content Management / Technical 0

Parameters for scheduled jobs in Net 5/6

As a admin I would like to be able to add parameters for my scheduled jobs so I can make configurable certain actions within the scheduled jobs. In full framework there is a popular addon that does this. https://github.com/Geta/Geta.ScheduledParam...
about 2 years ago in Content Management / Technical 0 Investigating

Improve IContent API:s to support bulk actions

Background CMS heavily relies on CRUD operations for IContent. And therefore there are Content Events for single item operations. And then subscribing tasks such as Search&Navigation Indexing and other event subscribers also reacts on every in...
over 2 years ago in Content Management / Technical 0

TinyMCE WCAG 2.0 compliance Cite tags in blockquotes

Our accessibility scanning through Monsido is telling us that we need to add cite tags to our blockquotes. We've added custom formats for blockquotes in TinyMCE but we need to be able to provide a field for the citation. I found an old thread abou...
over 2 years ago in Content Management / Technical 0