Picker Data Source Type
Register a Picker Data Source
{
type: 'propertyEditorDataSource',
dataSourceType: 'Umb.DataSourceType.Picker',
alias: 'Umb.PropertyEditorDataSource.MyPickerDataSource',
name: 'My Picker Data Source',
api: () => import('./my-picker-data-source.js'),
meta: {
label: 'My Data Source',
description: 'A good description of the data source',
icon: 'icon-database',
},
},Last updated
Was this helpful?