add test data type

This commit is contained in:
Mads Rasmussen
2023-01-03 15:09:26 +01:00
parent b4c326f6ed
commit cf29c19de4

View File

@@ -53,7 +53,7 @@ export const data: Array<DataTypeDetails> = [
isContainer: false,
parentKey: null,
isFolder: false,
propertyEditorModelAlias: 'Umbraco.Custom',
propertyEditorModelAlias: 'Umbraco.JSON',
propertyEditorUIAlias: 'My.PropertyEditorUI.Custom',
data: [],
},
@@ -96,6 +96,19 @@ export const data: Array<DataTypeDetails> = [
propertyEditorUIAlias: 'Umb.PropertyEditorUI.ColorPicker',
data: [],
},
{
name: 'Umbraco.ContentPicker',
type: 'data-type',
icon: 'umb:autofill',
hasChildren: false,
key: 'dt-8',
isContainer: false,
parentKey: null,
isFolder: false,
propertyEditorModelAlias: 'Umbraco.ContentPicker',
propertyEditorUIAlias: 'Umb.PropertyEditorUI.ContentPicker',
data: [],
},
];
// Temp mocked database