remove invalid data-types and their usage

This commit is contained in:
Niels Lyngsø
2023-08-04 16:07:48 +02:00
parent ab452c1df7
commit be2bc98b1d
2 changed files with 0 additions and 81 deletions

View File

@@ -491,30 +491,6 @@ export const data: Array<DataTypeResponseModel | FolderTreeItemResponseModel> =
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',

View File

@@ -476,63 +476,6 @@ export const data: Array<DocumentTypeResponseModel> = [
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',