Blago Culjak
builder.CreateUmbracoBuilder() .AddBackOffice() .AddWebsite() .AddDeliveryApi() .AddComposers() .Build();
Hooky
TigerMan
Abra
Sian Evans
kdx-perbol
app.UseStaticFiles( ... )
Program.cs
.UseUmbraco()
Matt Wise
Craig100
return CurrentUmbracoPage();
Danine Noble
var rootProperty = notification.Content.Variants.FirstOrDefault()? .Tabs.SelectMany(f => f.Properties ?? []) .FirstOrDefault(f => f.Alias.InvariantEquals("region")); if (rootProperty?.Value is not BlockValue blockList) { return; } foreach (var block in blockList.ContentData.Where(block => block.ContentTypeKey == Constants.RCGuid)) { // using block.PropertyValues seems to affect nothing // this removes the selected value of the property... block.RawPropertyValues.Remove("reuseContent2"); }
Dean Leigh
Error during installation The database failed to upgrade. ERROR: The database configuration failed with the following message: The migration plan does not support migrating from state "{83AF7945-DADE-4A02-9041-F3F6EBFAC319}".
A hub and casual space for you to interact with fellow community members and learn more about Umbraco!