mocked data

This commit is contained in:
Niels Lyngsø
2023-12-21 15:23:28 +01:00
parent 188e36ae9c
commit baeea6ddf7

View File

@@ -483,7 +483,17 @@ export const data: Array<DataTypeResponseModel | FolderTreeItemResponseModel> =
parentId: null,
editorAlias: 'Umbraco.BlockList',
editorUiAlias: 'Umb.PropertyEditorUi.BlockList',
values: [],
values: [
{
alias: 'blocks',
value: [
{
label: 'Mocked Block Type for Block List',
contentElementTypeKey: '4f68ba66-6fb2-4778-83b8-6ab4ca3a7c5c',
},
],
},
],
},
{
type: 'data-type',