clean up unused model
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
import type { ManifestPropertyEditorModel } from '@umbraco-cms/backoffice/extension-registry';
|
||||
|
||||
export const manifest: ManifestPropertyEditorModel = {
|
||||
type: 'propertyEditorModel',
|
||||
name: 'Tags',
|
||||
alias: 'Umbraco.Tags',
|
||||
meta: {
|
||||
settings: {
|
||||
properties: [
|
||||
{
|
||||
alias: 'startNodeId',
|
||||
label: 'Start node',
|
||||
description: '',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Tags',
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user