A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
How can we use contentIndexer to understand EPiServer.Find.Framework.WebContent? We would like to exclude a property of these WebContent documents. These are of type:
EPiServer.Find.Framework.WebContent
For example, this works for our type "ErrorPage":
ContentIndexer.Instance.Conventions.ForInstancesOf().ShouldIndex(x => false);
Also we can exclude just a property from this pageType.
But is it possible to have ContentIndexer resolve type EPiServer.Find.Framework.WebContent ?