DataType config clean-up: RichText

Moves `blocks` from the UI settings to the schema.
This commit is contained in:
leekelleher
2024-02-29 18:44:22 +00:00
parent 007a500031
commit 33d2a022f0
2 changed files with 6 additions and 6 deletions

View File

@@ -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',
},
],
},
},

View File

@@ -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',
},
],
},
},