import checkbox list registration
This commit is contained in:
@@ -16,6 +16,7 @@ import { manifest as tags } from './Umbraco.Tags';
|
||||
import { manifest as markdownEditor } from './Umbraco.MarkdownEditor';
|
||||
import { manifest as radioButtonList } from './Umbraco.RadioButtonList';
|
||||
import { manifest as blockList } from './Umbraco.BlockList';
|
||||
import { manifest as checkboxList } from './Umbraco.CheckboxList';
|
||||
|
||||
import type { ManifestPropertyEditorModel } from '@umbraco-cms/models';
|
||||
|
||||
@@ -37,6 +38,7 @@ export const manifests: Array<ManifestPropertyEditorModel> = [
|
||||
tags,
|
||||
markdownEditor,
|
||||
radioButtonList,
|
||||
checkboxList,
|
||||
blockList,
|
||||
{
|
||||
type: 'propertyEditorModel',
|
||||
@@ -86,12 +88,6 @@ export const manifests: Array<ManifestPropertyEditorModel> = [
|
||||
alias: 'Umbraco.BlockGrid',
|
||||
meta: {},
|
||||
},
|
||||
{
|
||||
type: 'propertyEditorModel',
|
||||
name: 'Checkbox list',
|
||||
alias: 'Umbraco.CheckBoxList',
|
||||
meta: {},
|
||||
},
|
||||
{
|
||||
type: 'propertyEditorModel',
|
||||
name: 'List view',
|
||||
|
||||
Reference in New Issue
Block a user