Hi,I have the following wildcards in my CMSHtmlSanitizerAllowedAttributes:data-*aria-*uc-*The first 2 work but the uc-* one still gets stripped. As a sanity test I took out the data-* which no long...
Hi,I've created a custom module to extend the Listing view to include the DocumentCreatedWhen column like so:using CMS; using CMS.Base.Web.UI; using CMS.DocumentEngine; using CMS.UIControls; // Re...
I sometimes have to use IPageRetriever outside my site's current context. I am able to get and set the expected culture so that LocalizationContext.CurrentCulture.CultureCode; returns the correct v...
My DB has been migrated from K7 all the ways up to K13 over the years.Unfortunately something in that has meant I'm having issues with the DocumentUnpublishedRedirectUrl column. When I save values ...
Urls that are in the Former Urls module are redirected to a http version instead of https.Is there some way to ensure https? In the end it gets redirected to https via my own code but it means ther...
Trying to access the live site cache and it gives me the following error:I'm on the latest hotfix v13.0.188No MediaTypeFormatter is available to read an object of type 'IEnumerable`1' from content ...
Hi,If I add a widget to the DocumentPageBuilderWidgets json, it shows up on the live site but not in the page builder. Is there another table/column that needs updating too? Workflow is not enabled...
Hello,I'm trying to understand how Kentico builds or rebuilds the Media File Usage search index. I’ve come across a case where a media file appears to be used on 20+ pages in the usage tab, even th...
I have a licence that's due to expire next month but kentico already has it set to expire:The site won't run and I get the exception message @LicenseException: You don't have a valid license for cu...
Hi,I have a custom macro in Metadata.Title that returns a value depending on an id query param. It works for the first call of the page but any successive calls to that page with different id query...