Umbraco.CMS.Backoffice
Umbraco.CMS.Backoffice copied to clipboard
Working repository for the Umbraco Backoffice project
Posting this here to outline the problem for a upcoming PR. The basic need is to be able to show/hide a `workspaceView` based on the `content type` that is loaded....
I've been working on a routed modal inside a workspace where that have a route similar to this: `/section/{my-section}/workspace/products/{categoryId}` I use `element()` in the workspace manifest to mount a element...
I was testing out the `collection` and `collectionView` as a way to render listings in my email package. These listings need to contain many of the building blocks that is...
It's not super-clear how to get back to a sections dashboards after drilling into anything in the tree. It used to be possible to click on the tree header, but...
This addresses https://github.com/umbraco/Umbraco-CMS/discussions/16677 to be able to support custom "modal host" elements. That is not the content of the modal but the modal it self. I figured I'll implement something...
As of my current understanding there are a lot of ways to mount UI for a custom section, I think that this is a more or less accurate summary: *...
When building a `tinyMcePlugin` the editor complains about the return type:  So I figured I'll provide strongly typed objects but it seems like the types are not included in...
I'm playing with the `tinyMcePlugin` extension point and noticing that the text for the buttons is hardcoded. For example the `UmbTinyMceLinkPickerPlugin` has the tooltip hardcoded in the ctor.  Since...
I have the need for a special type of modal that would basically be similar to a full sidebar but that would cover the full screen width. I've played with...
I'm working on a custom tree but would like to reuse the parts that is already built in to the backoffice (extensibility, actions etc). From what I understand (which might...