Corrected "group" of Color Swatches property-editor

This commit is contained in:
leekelleher
2024-04-23 11:25:25 +01:00
parent f834195ca7
commit b8431bfb98

View File

@@ -8,6 +8,6 @@ export const manifest: ManifestPropertyEditorUi = {
meta: {
label: 'Color Swatches Editor',
icon: 'icon-page-add',
group: 'Umbraco.DropDown.Flexible',
group: 'pickers',
},
};