2 results found
-
Support Newer .NET WebApplicationBuilder
I would like to use the newer WebApplicationBuilder / IHostApplicationBuilder introduced in .NET 6 to initialize the CMS instead of the .NET Core 3 method of using IHostBuilder, because .NET Aspire does not support IHostBuilder. The ConfigureCmsDefaults method does not support WebApplicationBuilder, and even though the following code will compile, the CMS is not usable:
var builder = WebApplication.CreateBuilder(args);
builder.Host.ConfigureCmsDefaults();4 votes -
Add option to open any link in a new tab while using link field
We have used a link field of type URL to page/external address on content blocks. But When we are are adding the content with an external link then there is no option available to the that link into a new window.
1 vote
- Don't see your idea?