add test data type
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user