Skip to content

Commit

Permalink
Fixed name of True/False property editor schema manifest. (#18179)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyButland authored Jan 30, 2025
1 parent 6668f3a commit 739a24b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { ManifestPropertyEditorSchema } from '@umbraco-cms/backoffice/prope

export const manifest: ManifestPropertyEditorSchema = {
type: 'propertyEditorSchema',
name: 'Date/Time',
name: 'True/False',
alias: 'Umbraco.TrueFalse',
meta: {
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.Toggle',
Expand Down

0 comments on commit 739a24b

Please sign in to comment.