https://discord.umbraco.com
Join Discord
Axendo.ModelContextProtocol.Umbraco 0.1....
p

PascalEugster

6 months ago
Does anyone has any experience with this Umbraco MCP package? Im currently testing it out but would be really intersted to set it up in a hosted Staging environment for testing. But the open SSE Path which can not be secured through and API Key gives me some headaches. Can anyone or the package developer help me out here? https://www.nuget.org/packages/Axendo.ModelContextProtocol.Umbraco
p
s
+2
  • 4
  • 43
  • 19
URL of unpublished items
j

jim

8 months ago
Hi, this might be super simple, but I can't find anything about it. I would like to know if there's a simple way of knowing what the url to an unpublished item will be before I publish it. And showing it in the backoffice for our users, they are sending newsletters automatically early in the morning and they want to automatically publish items at the same time, but they can't find what the url would be (even if it's kind of easy to guess most of the time) (Umbraco 13) https://cdn.discordapp.com/attachments/1346114403384164444/1346114403577364552/Screenshot_2025-03-03_at_14.32.22.png?ex=67c7023b&is=67c5b0bb&hm=3e81c6a41856691a0d777ba61221528f1d367e09cb426ef871480fc91dfcd76d&
j
j
b
  • 3
  • 3
  • 19
How to get active variant in a workspace action?
j

Jesper Weber

10 months ago
Hi, I'm building a workspace action component to add a custom action button on content nodes. My component is extending the
UmbWorkspaceActionBase
class. From the
workspaceContext
I can get the guid of the node using the following code snippet.
const workspaceContext = await this.getContext(UMB_DOCUMENT_WORKSPACE_CONTEXT);
const nodeGuid = workspaceContext.getUnique();
But how do I get the culture of the current variant? I can't seem to find that information in the
workspaceContext
? Can I get the info from somewhere else? I can read the culture in from the URL, but it doesn't feel like the right solution. Also in split view both cultures are part of the URL. https://cdn.discordapp.com/attachments/1325473977673580564/1325473978000871486/image.png?ex=677beb56&is=677a99d6&hm=5b786a0c10b4eaee776c71f08cd785c9c9485e6f9a3f1bd5e22b220f9bbc6ea0&
j
  • 1
  • 1
  • 19
Extending the uui-action-bar
b

bjarke

11 months ago
I would like to add an extra button to the uui-action-bar. I am not sure where to start - any suggestions? https://cdn.discordapp.com/attachments/1318225924717674536/1318225925027921940/image.png?ex=67618d0f&is=67603b8f&hm=506137ad906728e08a2f3bed81e16f73a561951efc0a285f26cc77a3af09cafe&
b
d
  • 2
  • 7
  • 19
Disable preview etc. in Umbraco 14+
d

Dennis - Björnmamman AB Sweden

11 months ago
Previously we always used SendingContentNotification to disabled preview, is there another way for doing this? https://docs.umbraco.com/umbraco-cms/reference/notifications/editormodel-notifications
d
  • 1
  • 1
  • 19
Favicon not rendering in LIVE, U13.5.2 | IIS
b

Bishal Tim

12 months ago
we have multiple sites setup , one of the site's favicon isnt rendering, we have a theme based logic setup for all these sites and metadata.cshtml is in each site theme
b
  • 1
  • 1
  • 19
Indexing operation fails on startup due to out of memory
t

Treefiddy

about 1 year ago
On startup, indexing operations will fail and throw out of memory errors. If i manually trigger index rebuilds once the site is up and running... I have no issue. Memory usage logs dont indicate any sort of memory leak (no staircases/sharp dropoffs). Using v14.3. I have set :
"Indexing": {
  "ExplicitlyIndexEachNestedProperty": false
}
in the appsettings because we do use alot of blockgrid editors and they contain images (sometimes several MB or more in size, but not sure how this would affect indexing...). Has anyone encountered anything like this before. We aren't doing anything crazy, we do have a good amount of content (~30kish nodes), but I have ran other sites on the same plan (standard) with way more nodes and have never had this issue before.
t
  • 1
  • 1
  • 19
Workspace entity condition
p

Patrick de Mooij

about 1 year ago
Also, is it possible to expose the ID of the current entity in a workspace entity condition? I have a workspace view that is only used on specific content items
p
w
n
  • 3
  • 6
  • 19
Current User Context
w

Warren Buckley

about 1 year ago
Is it just me or can anyone get the Global Context
UMB_CURRENT_USER_CONTEXT
@Markus Johansson @Kevin Jump ? I am not sure its exported from Umbraco or not, I can consume the context with the string underneath the TOKEN.
typescript
// Can't do :(
this.consumeContext(UMB_CURRENT_USER_CONTEXT, (currentUserCtx) =>{
    console.log('currentUserCtx', currentUserCtx);
});

// Can do this - but no typings
this.consumeContext('UmbCurrentUserContext', (currentUserCtx) =>{
    console.log('currentUserCtx', currentUserCtx);
});
w
j
m
  • 3
  • 7
  • 19
Change BlockList to BlockGrid
b

Bram

about 1 year ago
hi all, I have an existing BlockList with an x-amount of blocks. Now I get the feature request to make this a blockGrid. Does anyone know what happens when you change an existing blocklist to a grid? What happens to the existing content and will this go smoothly?
b
d
  • 2
  • 3
  • 19
Previous919293Next

Umbraco

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

Powered by