remove invalid data-types and their usage
This commit is contained in:
@@ -491,30 +491,6 @@ export const data: Array<DataTypeResponseModel | FolderTreeItemResponseModel> =
|
|||||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.IconPicker',
|
propertyEditorUiAlias: 'Umb.PropertyEditorUi.IconPicker',
|
||||||
values: [],
|
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',
|
type: 'data-type',
|
||||||
name: 'Rich Text Editor',
|
name: 'Rich Text Editor',
|
||||||
|
|||||||
@@ -476,63 +476,6 @@ export const data: Array<DocumentTypeResponseModel> = [
|
|||||||
labelOnTop: false,
|
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',
|
id: '27',
|
||||||
containerId: 'all-properties-group-key',
|
containerId: 'all-properties-group-key',
|
||||||
|
|||||||
Reference in New Issue
Block a user