Menno
05/19/2023, 1:50 PMvar relateToOriginalSettingsValue = builder.Config.GetSection($"{Constants.Configuration.ConfigContent}").GetValue<bool?>(nameof(ContentSettings.RelateToOriginalDefault));
returns null
. So maybe I forgot to add it somewhere or I'm just not testing it correctly. What appsettings.json file should I modify to test this new functionality in the UmbracoCMS project?Sebastiaan
05/19/2023, 3:57 PMKevin Jump
05/19/2023, 4:09 PMJason
05/19/2023, 5:55 PMMenno
05/19/2023, 7:38 PMMenno
05/19/2023, 7:39 PMMenno
05/19/2023, 7:48 PMMenno
05/26/2023, 8:14 AM