Merge pull request #1326 from umbraco/chore/data-type-config-clean--rte
Chore: Data Type Config clean-up: RichText
This commit is contained in:
@@ -12,13 +12,20 @@ export const manifest: ManifestPropertyEditorSchema = {
|
|||||||
alias: 'mediaParentId',
|
alias: 'mediaParentId',
|
||||||
label: 'Image Upload Folder',
|
label: 'Image Upload Folder',
|
||||||
description: 'Choose the upload location of pasted images',
|
description: 'Choose the upload location of pasted images',
|
||||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.TreePicker',
|
propertyEditorUiAlias: 'Umb.PropertyEditorUi.MediaPicker',
|
||||||
|
config: [{ alias: 'validationLimit', value: { min: 0, max: 1 } }],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
alias: 'ignoreUserStartNodes',
|
alias: 'ignoreUserStartNodes',
|
||||||
label: 'Ignore User Start Nodes',
|
label: 'Ignore User Start Nodes',
|
||||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.Toggle',
|
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',
|
label: 'Hide Label',
|
||||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.Toggle',
|
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