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

Bugfix: Show dialog when property not supported

Open loivsen opened this issue 7 months ago • 0 comments

Description

Shows a dialog when a picked property editor schema is not supported in current workspace, such as ImageCropper in blocks.

Not-supported property editor schemas for blocks are available in the const UMB_BLOCKS_PROPERTY_EDITOR_SCHEMAS_NOT_SUPPORTED which can be imported from the block package.

Fixes https://github.com/umbraco/Umbraco-CMS/issues/16664

Types of changes

  • [x] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to change)
  • [ ] Chore (minor updates related to the tooling or maintenance of the repository, does not impact compiled assets)

Example image

loivsen avatar Jul 05 '24 11:07 loivsen