Umbraco.CMS.Backoffice icon indicating copy to clipboard operation
Umbraco.CMS.Backoffice copied to clipboard

Working repository for the Umbraco Backoffice project

Results 115 Umbraco.CMS.Backoffice issues
Sort by recently updated
recently updated
newest added

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....

type/bug

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...

type/bug

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...

type/bug

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: *...

type/bug

When building a `tinyMcePlugin` the editor complains about the return type: ![image](https://github.com/umbraco/Umbraco.CMS.Backoffice/assets/1782524/542eaf75-b1e1-40c4-b7bf-086fd4364c9b) So I figured I'll provide strongly typed objects but it seems like the types are not included in...

type/bug

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. ![image](https://github.com/umbraco/Umbraco.CMS.Backoffice/assets/1782524/810f608a-f80a-41b1-aa59-37850efcc35a) Since...

type/bug

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...

type/bug

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...

type/bug