DataType config clean-up: RichText
Moves `blocks` from the UI settings to the schema.
This commit is contained in:
@@ -19,6 +19,12 @@ export const manifest: ManifestPropertyEditorSchema = {
|
||||
label: 'Ignore User Start Nodes',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.Toggle',
|
||||
},
|
||||
{
|
||||
alias: 'blocks',
|
||||
label: 'Available Blocks',
|
||||
description: 'Define the available blocks.',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.BlockRteTypeConfiguration',
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
|
||||
@@ -231,12 +231,6 @@ export const manifest: ManifestPropertyEditorUi = {
|
||||
label: 'Hide Label',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.Toggle',
|
||||
},
|
||||
{
|
||||
alias: 'blocks',
|
||||
label: 'Available Blocks',
|
||||
description: 'Define the available blocks.',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.BlockRteTypeConfiguration',
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user