https://discord.umbraco.com
Join Discord
Getting builder `WebApplicationBuilder` in `IComposer`
k

Khattab

10 months ago
Is there a way to get an instance of the
builder
of type
WebApplicationBuilder
in the
Compose
method, we only get
IUmbracoBuilder
the
BuilderHostingEnvironment
member is [obselete] and also it is not used in DI, What I am trying to achieve is that I have a common services layer that already have a lot of configurations that needs the builder to register some of its services, and I do not want to refactor this common layer, also I use
Aspire
client for some of the hosting components which only uses
IHostingBuilder
extension
k
j
l
  • 3
  • 5
  • 39
[Solved] Nested Blocks Preview
c

Craig100

11 months ago
V13.5.2 For a carousel I'm trying to replicate Nested Content with a Block List within a Block Grid Block while using the Umbraco.Community.BlockPreview package. The overall Carousel is a Block Grid Block called "Image Carousel". It's element type just has a "Carousel List" Block List of "Carousel Item"s. Each "Carousel Item" holds an image, link and caption info. I have a View for the "Image Carousel" and it displays ok on the front end. But in the back end, I can see the image and info in the page but not in the flyout editors. Do I need another View for the "Carousel Item" or won't it work with the BlockPreview package?
c
r
  • 2
  • 11
  • 39
_emailSender.SendAsync stopped working. It is not sending mails. (SMTP)
r

Ramya Devendiran

about 1 year ago
Umbraco 13. EmailMessage message = new EmailMessage("noreply@abc.com", mailTo, null, null, new[] { fromAddress }, subject, MailText, true, null); _emailSender.SendAsync(message, emailType: "Notification");
r
h
+2
  • 4
  • 8
  • 39
How do I get UUI CSS custom variables in my Lit Component?
w

Warren Buckley

over 1 year ago
CSS/Lit/UUI CSS custom variables How do I go about in my component (dashboard) use the CSS variable from the UUI library ?
w
n
  • 2
  • 8
  • 39
uSyncMigrations: Convert RTE Grid Editor to custom content type
p

ProNotion

over 1 year ago
I'm trying to wrap my head around how to achieve this in my migration plan. I want to replace the
GridRTEBlockMigrator
from the package with my own. I've added a composer to try and replace it but that doesn't seem to do the trick:
[ComposeAfter(typeof(BlockGridMigratorComposer))]
public class MigrationComposer : IComposer
{
    public void Compose(IUmbracoBuilder builder)
    {
        // Replace the original RTE Block Migrator with our own
        builder.SyncBlockMigrators().Exclude<GridRTEBlockMigrator>().Add<MyGridRTEBlockMigrator>();
    }
}
Any ideas?
p
m
t
  • 3
  • 22
  • 39
How to disable the Umbraco V14 Getting S...
n

NuGet Monitor

over 1 year ago
📣 New post: How to disable the Umbraco V14 Getting Started Dashboard https://blog.hackmakedo.com/2024/05/28/how-to-disable-the-umbraco-v14-getting-started-dashboard/
n
m
+3
  • 5
  • 10
  • 39
How do I add an action to a Member page
h

huwred

over 1 year ago
[Solved] How do I add an action to a Member page in Umbraco 14 like below (SendValidation link), it needs to open a dialog with a send button 😄 https://cdn.discordapp.com/attachments/882984798719729704/1247936425035563022/image.png?ex=6667c59d&is=6666741d&hm=8c9dbb59ac84fe31095909eb9c9529ceb083a295a1611002030b933f55a732eb&
h
w
  • 2
  • 20
  • 39
Timeout in migration from v10 to v12
b

Bjarne Fyrstenborg

over 1 year ago
I wonder if anyone has had this issue when migration from latest v10 to v12? https://github.com/umbraco/Umbraco-CMS/issues/16311 I have upgraded several sites from v10 to v12 without issues, but this site has a lot of content nodes (mainly a lot of course and category nodes) and timeout during booting and I don't see the maintenance page which migration is running in background. I could upgrade the site locally by increasing Connection Timeout, but I am not sure if we can do that on Umbraco Cloud environments?
b
a
+4
  • 6
  • 24
  • 39
extended valid elements
j

Josef Henryson

about 2 years ago
There is an Umbraco appsetting entry called ValidElements but I want to set what TinyMCE call extended_valid_elements in their config. Is there some way in Umbraco settings / config to just extend valid elements?
j
h
  • 2
  • 3
  • 39
Upgrading 10 to 11 and eventually 12 (Error in Version conflicts)
t

Tom Chance

over 2 years ago
Hey All, Following along the "Major Upgrades" documentation, we've decided to upgrade one of our 10 sites (that's currently on cloud) to version 12, we are slowly following the documentation on the docs.umbraco.com site however we have hit our first snag. Our site was on 10.4, we swapped the framework version to .net 7 and hit upgrade in nuget for the CMS, Deploy (Cloud and Contrib), Forms, Deploy Forms and Identity CMS packages to take them all up to the first 11 versions also. However, we simply get the following error of: Version conflict detected for Umbraco.Cms.Web.Website. Install/reference Umbraco.Cms.Web.Website 11.1.0 directly to project UmbracoProject to resolve this issue. UmbracoProject -> Umbraco.Cms 11.1.0 -> Umbraco.Cms.Targets 11.1.0 -> Umbraco.Cms.Web.Website (>= 11.1.0) UmbracoProject -> Umbraco.Deploy.Cloud 10.0.2 -> Umbraco.Cms.Web.Website (>= 10.0.0 && < 11.0.0). UmbracoProject Am i going to have to go down the rabbit hole of installing every namespace of Umbraco? (As attempting to install the Umbraco.Cms.Web.Website then complains about Cms.Web.Backoffice being wrong).
t
s
  • 2
  • 33
  • 39
Previous555657Next

Umbraco

A hub and casual space for you to interact with fellow community members and learn more about Umbraco!

Powered by