From c4cf855799ffc9844719dbb93dfacf4f1133b516 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Wed, 21 Dec 2022 14:03:38 +0100 Subject: [PATCH] remove legacy or external property editors --- .../property-editors/models/manifests.ts | 30 ------------------- 1 file changed, 30 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/property-editors/models/manifests.ts b/src/Umbraco.Web.UI.Client/src/backoffice/property-editors/models/manifests.ts index 20e829ebab..352b8cc67d 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/property-editors/models/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/property-editors/models/manifests.ts @@ -19,18 +19,6 @@ export const manifests: Array = [ alias: 'Umbraco.ColorPicker.EyeDropper', meta: {}, }, - { - type: 'propertyEditorModel', - name: 'Form Picker', - alias: 'UmbracoForms.FormPicker', - meta: {}, - }, - { - type: 'propertyEditorModel', - name: 'Form Theme Picker', - alias: 'UmbracoForms.ThemePicker', - meta: {}, - }, { type: 'propertyEditorModel', name: 'Multi URL Picker', @@ -131,12 +119,6 @@ export const manifests: Array = [ alias: 'Umbraco.TrueFalse', meta: {}, }, - { - type: 'propertyEditorModel', - name: 'Grid layout', - alias: 'Umbraco.Grid', - meta: {}, - }, { type: 'propertyEditorModel', name: 'Markdown editor', @@ -197,12 +179,6 @@ export const manifests: Array = [ alias: 'Umbraco.ListView', meta: {}, }, - { - type: 'propertyEditorModel', - name: 'Nested Content', - alias: 'Umbraco.NestedContent', - meta: {}, - }, { type: 'propertyEditorModel', name: 'Radio button list', @@ -233,12 +209,6 @@ export const manifests: Array = [ alias: 'Umbraco.MediaPicker3', meta: {}, }, - { - type: 'propertyEditorModel', - name: 'Media Picker (legacy)', - alias: 'Umbraco.MediaPicker', - meta: {}, - }, { type: 'propertyEditorModel', name: 'Custom Property Editor',