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',