Merge branch 'v12/dev' into contrib

This commit is contained in:
Sebastiaan Janssen
2023-06-08 10:24:39 +02:00
114 changed files with 1707 additions and 519 deletions

View File

@@ -21,7 +21,7 @@ public class DeliveryApiContentIndex : UmbracoExamineIndex
IRuntimeState runtimeState)
: base(loggerFactory, name, indexOptions, hostingEnvironment, runtimeState)
{
PublishedValuesOnly = true;
PublishedValuesOnly = false;
EnableDefaultEventHandler = false;
_logger = loggerFactory.CreateLogger<DeliveryApiContentIndex>();