Integer schema name correction

This commit is contained in:
leekelleher
2024-01-04 15:51:35 +00:00
committed by Jacob Overgaard
parent 5295c6fc6d
commit dbbb5067cf

View File

@@ -2,7 +2,7 @@ import type { ManifestPropertyEditorSchema } from '@umbraco-cms/backoffice/exten
export const manifest: ManifestPropertyEditorSchema = {
type: 'propertyEditorSchema',
name: 'Decimal',
name: 'Integer',
alias: 'Umbraco.Integer',
meta: {
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.Integer',