valueType should not have its own schema

This commit is contained in:
Jacob Overgaard
2023-08-03 15:51:46 +02:00
parent c56cbb3aab
commit 780108a0bb

View File

@@ -9,6 +9,5 @@ export const manifest: ManifestPropertyEditorUi = {
label: 'Value Type',
icon: 'umb:autofill',
group: 'common',
propertyEditorSchemaAlias: 'Umbraco.JSON',
},
};