add mocked custom property editor

This commit is contained in:
Mads Rasmussen
2022-09-21 09:45:36 +02:00
parent 1c963a8d9e
commit 4a4bec11fb

View File

@@ -298,6 +298,14 @@ export const data: Array<PropertyEditor> = [
icon: 'umb:picture',
alias: 'Umbraco.MediaPicker',
},
{
isSystem: false,
group: 'Custom',
hasPrevalues: true,
name: 'Custom Property Editor',
icon: 'umb:autofill',
alias: 'Umbraco.Custom',
},
];
// Temp mocked database