From be2bc98b1d4afdf504de6589ed3f08dc9d3c0397 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Fri, 4 Aug 2023 16:07:48 +0200 Subject: [PATCH] remove invalid data-types and their usage --- .../src/mocks/data/data-type.data.ts | 24 -------- .../src/mocks/data/document-type.data.ts | 57 ------------------- 2 files changed, 81 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/mocks/data/data-type.data.ts b/src/Umbraco.Web.UI.Client/src/mocks/data/data-type.data.ts index d745066062..c47a803edf 100644 --- a/src/Umbraco.Web.UI.Client/src/mocks/data/data-type.data.ts +++ b/src/Umbraco.Web.UI.Client/src/mocks/data/data-type.data.ts @@ -491,30 +491,6 @@ export const data: Array = propertyEditorUiAlias: 'Umb.PropertyEditorUi.IconPicker', values: [], }, - { - type: 'data-type', - name: 'Number Range', - id: 'dt-numberRange', - parentId: null, - propertyEditorUiAlias: 'Umb.PropertyEditorUi.NumberRange', - values: [], - }, - { - type: 'data-type', - name: 'Order Direction', - id: 'dt-orderDirection', - parentId: null, - propertyEditorUiAlias: 'Umb.PropertyEditorUi.OrderDirection', - values: [], - }, - { - type: 'data-type', - name: 'Overlay Size', - id: 'dt-overlaySize', - parentId: null, - propertyEditorUiAlias: 'Umb.PropertyEditorUi.OverlaySize', - values: [], - }, { type: 'data-type', name: 'Rich Text Editor', diff --git a/src/Umbraco.Web.UI.Client/src/mocks/data/document-type.data.ts b/src/Umbraco.Web.UI.Client/src/mocks/data/document-type.data.ts index 41458946a2..18123945b9 100644 --- a/src/Umbraco.Web.UI.Client/src/mocks/data/document-type.data.ts +++ b/src/Umbraco.Web.UI.Client/src/mocks/data/document-type.data.ts @@ -476,63 +476,6 @@ export const data: Array = [ labelOnTop: false, }, }, - { - id: '24', - containerId: 'all-properties-group-key', - alias: 'numberRange', - name: 'Number Range', - description: '', - dataTypeId: 'dt-numberRange', - variesByCulture: false, - variesBySegment: false, - validation: { - mandatory: true, - mandatoryMessage: null, - regEx: null, - regExMessage: null, - }, - appearance: { - labelOnTop: false, - }, - }, - { - id: '25', - containerId: 'all-properties-group-key', - alias: 'orderDirection', - name: 'Order Direction', - description: '', - dataTypeId: 'dt-orderDirection', - variesByCulture: false, - variesBySegment: false, - validation: { - mandatory: true, - mandatoryMessage: null, - regEx: null, - regExMessage: null, - }, - appearance: { - labelOnTop: false, - }, - }, - { - id: '26', - containerId: 'all-properties-group-key', - alias: 'overlaySize', - name: 'Overlay Size', - description: '', - dataTypeId: 'dt-overlaySize', - variesByCulture: false, - variesBySegment: false, - validation: { - mandatory: true, - mandatoryMessage: null, - regEx: null, - regExMessage: null, - }, - appearance: { - labelOnTop: false, - }, - }, { id: '27', containerId: 'all-properties-group-key',