Umb.PropertyEditorUI to Umb.PropertyEditorUi
This commit is contained in:
@@ -25,7 +25,7 @@ export const data: Array<DataTypeResponseModel | FolderTreeItemResponseModel> =
|
||||
parentId: null,
|
||||
name: 'Textstring',
|
||||
propertyEditorAlias: 'Umbraco.TextBox',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUI.TextBox',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.TextBox',
|
||||
values: [],
|
||||
},
|
||||
{
|
||||
@@ -35,7 +35,7 @@ export const data: Array<DataTypeResponseModel | FolderTreeItemResponseModel> =
|
||||
id: 'dt-textBox',
|
||||
parentId: null,
|
||||
propertyEditorAlias: 'Umbraco.TextBox',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUI.TextBox',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.TextBox',
|
||||
values: [
|
||||
{
|
||||
alias: 'maxChars',
|
||||
@@ -50,7 +50,7 @@ export const data: Array<DataTypeResponseModel | FolderTreeItemResponseModel> =
|
||||
id: 'dt-textArea',
|
||||
parentId: null,
|
||||
propertyEditorAlias: 'Umbraco.TextArea',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUI.TextArea',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.TextArea',
|
||||
values: [],
|
||||
},
|
||||
{
|
||||
@@ -70,7 +70,7 @@ export const data: Array<DataTypeResponseModel | FolderTreeItemResponseModel> =
|
||||
id: 'dt-colorPicker',
|
||||
parentId: null,
|
||||
propertyEditorAlias: 'Umbraco.ColorPicker',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUI.ColorPicker',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.ColorPicker',
|
||||
values: [
|
||||
{
|
||||
alias: 'useLabel',
|
||||
@@ -126,7 +126,7 @@ export const data: Array<DataTypeResponseModel | FolderTreeItemResponseModel> =
|
||||
id: 'dt-contentPicker',
|
||||
parentId: null,
|
||||
propertyEditorAlias: 'Umbraco.ContentPicker',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUI.DocumentPicker',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.DocumentPicker',
|
||||
values: [
|
||||
{
|
||||
alias: 'validationLimit',
|
||||
@@ -141,7 +141,7 @@ export const data: Array<DataTypeResponseModel | FolderTreeItemResponseModel> =
|
||||
id: 'dt-eyeDropper',
|
||||
parentId: null,
|
||||
propertyEditorAlias: 'Umbraco.ColorPicker.EyeDropper',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUI.EyeDropper',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.EyeDropper',
|
||||
values: [
|
||||
{
|
||||
//showPalette
|
||||
@@ -178,7 +178,7 @@ export const data: Array<DataTypeResponseModel | FolderTreeItemResponseModel> =
|
||||
id: 'dt-multiUrlPicker',
|
||||
parentId: null,
|
||||
propertyEditorAlias: 'Umbraco.MultiUrlPicker',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUI.MultiUrlPicker',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.MultiUrlPicker',
|
||||
values: [
|
||||
{
|
||||
alias: 'overlaySize',
|
||||
@@ -209,7 +209,7 @@ export const data: Array<DataTypeResponseModel | FolderTreeItemResponseModel> =
|
||||
id: 'dt-multiNodeTreePicker',
|
||||
parentId: null,
|
||||
propertyEditorAlias: 'Umbraco.MultiNodeTreePicker',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUI.TreePicker',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.TreePicker',
|
||||
values: [],
|
||||
},
|
||||
{
|
||||
@@ -219,7 +219,7 @@ export const data: Array<DataTypeResponseModel | FolderTreeItemResponseModel> =
|
||||
id: 'dt-datePicker',
|
||||
parentId: null,
|
||||
propertyEditorAlias: 'Umbraco.DateTime',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUI.DatePicker',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.DatePicker',
|
||||
values: [
|
||||
{
|
||||
alias: 'format',
|
||||
@@ -261,7 +261,7 @@ export const data: Array<DataTypeResponseModel | FolderTreeItemResponseModel> =
|
||||
id: 'dt-time',
|
||||
parentId: null,
|
||||
propertyEditorAlias: 'Umbraco.DateTime',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUI.DatePicker',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.DatePicker',
|
||||
values: [
|
||||
{
|
||||
alias: 'format',
|
||||
@@ -280,7 +280,7 @@ export const data: Array<DataTypeResponseModel | FolderTreeItemResponseModel> =
|
||||
id: 'dt-email',
|
||||
parentId: null,
|
||||
propertyEditorAlias: 'Umbraco.EmailAddress',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUI.Email',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.Email',
|
||||
values: [],
|
||||
},
|
||||
{
|
||||
@@ -290,7 +290,7 @@ export const data: Array<DataTypeResponseModel | FolderTreeItemResponseModel> =
|
||||
id: 'dt-multipleTextString',
|
||||
parentId: null,
|
||||
propertyEditorAlias: 'Umbraco.MultipleTextString',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUI.MultipleTextString',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.MultipleTextString',
|
||||
values: [
|
||||
{
|
||||
alias: 'minNumber',
|
||||
@@ -309,7 +309,7 @@ export const data: Array<DataTypeResponseModel | FolderTreeItemResponseModel> =
|
||||
id: 'dt-dropdown',
|
||||
parentId: null,
|
||||
propertyEditorAlias: 'Umbraco.DropDown.Flexible',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUI.Dropdown',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.Dropdown',
|
||||
values: [],
|
||||
},
|
||||
{
|
||||
@@ -319,7 +319,7 @@ export const data: Array<DataTypeResponseModel | FolderTreeItemResponseModel> =
|
||||
id: 'dt-slider',
|
||||
parentId: null,
|
||||
propertyEditorAlias: 'Umbraco.Slider',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUI.Slider',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.Slider',
|
||||
values: [
|
||||
{
|
||||
alias: 'enableRange',
|
||||
@@ -354,7 +354,7 @@ export const data: Array<DataTypeResponseModel | FolderTreeItemResponseModel> =
|
||||
id: 'dt-toggle',
|
||||
parentId: null,
|
||||
propertyEditorAlias: 'Umbraco.TrueFalse',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUI.Toggle',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.Toggle',
|
||||
values: [
|
||||
{
|
||||
alias: 'default',
|
||||
@@ -381,7 +381,7 @@ export const data: Array<DataTypeResponseModel | FolderTreeItemResponseModel> =
|
||||
id: 'dt-tags',
|
||||
parentId: null,
|
||||
propertyEditorAlias: 'Umbraco.Tags',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUI.Tags',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.Tags',
|
||||
values: [
|
||||
{
|
||||
alias: 'group',
|
||||
@@ -400,7 +400,7 @@ export const data: Array<DataTypeResponseModel | FolderTreeItemResponseModel> =
|
||||
id: 'dt-markdownEditor',
|
||||
parentId: null,
|
||||
propertyEditorAlias: 'Umbraco.MarkdownEditor',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUI.MarkdownEditor',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.MarkdownEditor',
|
||||
values: [],
|
||||
},
|
||||
{
|
||||
@@ -410,7 +410,7 @@ export const data: Array<DataTypeResponseModel | FolderTreeItemResponseModel> =
|
||||
id: 'dt-radioButtonList',
|
||||
parentId: null,
|
||||
propertyEditorAlias: 'Umbraco.RadioButtonList',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUI.RadioButtonList',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.RadioButtonList',
|
||||
values: [
|
||||
{
|
||||
alias: 'items',
|
||||
@@ -429,7 +429,7 @@ export const data: Array<DataTypeResponseModel | FolderTreeItemResponseModel> =
|
||||
id: 'dt-checkboxList',
|
||||
parentId: null,
|
||||
propertyEditorAlias: 'Umbraco.CheckboxList',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUI.CheckboxList',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.CheckboxList',
|
||||
values: [
|
||||
{
|
||||
alias: 'items',
|
||||
@@ -448,7 +448,7 @@ export const data: Array<DataTypeResponseModel | FolderTreeItemResponseModel> =
|
||||
id: 'dt-blockList',
|
||||
parentId: null,
|
||||
propertyEditorAlias: 'Umbraco.BlockList',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUI.BlockList',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.BlockList',
|
||||
values: [],
|
||||
},
|
||||
{
|
||||
@@ -458,7 +458,7 @@ export const data: Array<DataTypeResponseModel | FolderTreeItemResponseModel> =
|
||||
id: 'dt-mediaPicker',
|
||||
parentId: null,
|
||||
propertyEditorAlias: 'Umbraco.MediaPicker3',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUI.MediaPicker',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.MediaPicker',
|
||||
values: [],
|
||||
},
|
||||
{
|
||||
@@ -468,7 +468,7 @@ export const data: Array<DataTypeResponseModel | FolderTreeItemResponseModel> =
|
||||
id: 'dt-imageCropper',
|
||||
parentId: null,
|
||||
propertyEditorAlias: 'Umbraco.ImageCropper',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUI.ImageCropper',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.ImageCropper',
|
||||
values: [],
|
||||
},
|
||||
{
|
||||
@@ -478,7 +478,7 @@ export const data: Array<DataTypeResponseModel | FolderTreeItemResponseModel> =
|
||||
id: 'dt-uploadField',
|
||||
parentId: null,
|
||||
propertyEditorAlias: 'Umbraco.UploadField',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUI.UploadField',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.UploadField',
|
||||
values: [
|
||||
{
|
||||
alias: 'fileExtensions',
|
||||
@@ -497,7 +497,7 @@ export const data: Array<DataTypeResponseModel | FolderTreeItemResponseModel> =
|
||||
id: 'dt-blockGrid',
|
||||
parentId: null,
|
||||
propertyEditorAlias: 'Umbraco.BlockGrid',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUI.BlockGrid',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.BlockGrid',
|
||||
values: [],
|
||||
},
|
||||
{
|
||||
@@ -507,7 +507,7 @@ export const data: Array<DataTypeResponseModel | FolderTreeItemResponseModel> =
|
||||
id: 'dt-collectionView',
|
||||
parentId: null,
|
||||
propertyEditorAlias: 'Umbraco.ListView',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUI.CollectionView',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.CollectionView',
|
||||
values: [],
|
||||
},
|
||||
{
|
||||
@@ -517,7 +517,7 @@ export const data: Array<DataTypeResponseModel | FolderTreeItemResponseModel> =
|
||||
id: 'dt-iconPicker',
|
||||
parentId: null,
|
||||
propertyEditorAlias: 'Umbraco.IconPicker',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUI.IconPicker',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.IconPicker',
|
||||
values: [],
|
||||
},
|
||||
{
|
||||
@@ -527,7 +527,7 @@ export const data: Array<DataTypeResponseModel | FolderTreeItemResponseModel> =
|
||||
id: 'dt-numberRange',
|
||||
parentId: null,
|
||||
propertyEditorAlias: 'Umbraco.JSON',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUI.NumberRange',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.NumberRange',
|
||||
values: [],
|
||||
},
|
||||
{
|
||||
@@ -537,7 +537,7 @@ export const data: Array<DataTypeResponseModel | FolderTreeItemResponseModel> =
|
||||
id: 'dt-orderDirection',
|
||||
parentId: null,
|
||||
propertyEditorAlias: 'Umbraco.JSON',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUI.OrderDirection',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.OrderDirection',
|
||||
values: [],
|
||||
},
|
||||
{
|
||||
@@ -547,7 +547,7 @@ export const data: Array<DataTypeResponseModel | FolderTreeItemResponseModel> =
|
||||
id: 'dt-overlaySize',
|
||||
parentId: null,
|
||||
propertyEditorAlias: 'Umbraco.JSON',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUI.OverlaySize',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.OverlaySize',
|
||||
values: [],
|
||||
},
|
||||
{
|
||||
@@ -557,7 +557,7 @@ export const data: Array<DataTypeResponseModel | FolderTreeItemResponseModel> =
|
||||
id: 'dt-richTextEditor',
|
||||
parentId: null,
|
||||
propertyEditorAlias: 'Umbraco.TinyMCE',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUI.TinyMCE',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.TinyMCE',
|
||||
values: [],
|
||||
},
|
||||
{
|
||||
@@ -567,7 +567,7 @@ export const data: Array<DataTypeResponseModel | FolderTreeItemResponseModel> =
|
||||
id: 'dt-label',
|
||||
parentId: null,
|
||||
propertyEditorAlias: 'Umbraco.Label',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUI.Label',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.Label',
|
||||
values: [],
|
||||
},
|
||||
{
|
||||
@@ -577,7 +577,7 @@ export const data: Array<DataTypeResponseModel | FolderTreeItemResponseModel> =
|
||||
id: 'dt-integer',
|
||||
parentId: null,
|
||||
propertyEditorAlias: 'Umbraco.Integer',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUI.Integer',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.Integer',
|
||||
values: [],
|
||||
},
|
||||
{
|
||||
@@ -587,7 +587,7 @@ export const data: Array<DataTypeResponseModel | FolderTreeItemResponseModel> =
|
||||
id: 'dt-decimal',
|
||||
parentId: null,
|
||||
propertyEditorAlias: 'Umbraco.Decimal',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUI.Decimal',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.Decimal',
|
||||
values: [
|
||||
{
|
||||
alias: 'step',
|
||||
@@ -602,7 +602,7 @@ export const data: Array<DataTypeResponseModel | FolderTreeItemResponseModel> =
|
||||
id: 'dt-userPicker',
|
||||
parentId: null,
|
||||
propertyEditorAlias: 'Umbraco.UserPicker',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUI.UserPicker',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.UserPicker',
|
||||
values: [],
|
||||
},
|
||||
{
|
||||
@@ -612,7 +612,7 @@ export const data: Array<DataTypeResponseModel | FolderTreeItemResponseModel> =
|
||||
id: 'dt-memberPicker',
|
||||
parentId: null,
|
||||
propertyEditorAlias: 'Umbraco.MemberPicker',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUI.MemberPicker',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.MemberPicker',
|
||||
values: [],
|
||||
},
|
||||
{
|
||||
@@ -622,7 +622,7 @@ export const data: Array<DataTypeResponseModel | FolderTreeItemResponseModel> =
|
||||
id: 'dt-memberGroupPicker',
|
||||
parentId: null,
|
||||
propertyEditorAlias: 'Umbraco.MemberGroupPicker',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUI.MemberGroupPicker',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.MemberGroupPicker',
|
||||
values: [],
|
||||
},
|
||||
];
|
||||
|
||||
@@ -19,6 +19,6 @@ const data = [
|
||||
|
||||
export const AAAOverview: Story<UmbPropertyEditorConfigElement> = () =>
|
||||
html`<umb-property-editor-config
|
||||
property-editor-ui-alias="Umb.PropertyEditorUI.TextBox"
|
||||
property-editor-ui-alias="Umb.PropertyEditorUi.TextBox"
|
||||
.data="${data}"></umb-property-editor-config>`;
|
||||
AAAOverview.storyName = 'Overview';
|
||||
|
||||
@@ -14,7 +14,7 @@ type Story = StoryObj<UmbRefPropertyEditorUIElement>;
|
||||
export const Overview: Story = {
|
||||
args: {
|
||||
name: 'Custom Property Editor UI',
|
||||
alias: 'Umb.PropertyEditorUI.CustomUI',
|
||||
alias: 'Umb.PropertyEditorUi.CustomUI',
|
||||
propertyEditorModelAlias: 'Umbraco.JSON',
|
||||
},
|
||||
};
|
||||
@@ -22,7 +22,7 @@ export const Overview: Story = {
|
||||
export const WithDetail: Story = {
|
||||
args: {
|
||||
name: 'Custom Property Editor UI',
|
||||
alias: 'Umb.PropertyEditorUI.CustomUI',
|
||||
alias: 'Umb.PropertyEditorUi.CustomUI',
|
||||
propertyEditorModelAlias: 'Umbraco.JSON',
|
||||
detail: 'With some custom details',
|
||||
},
|
||||
@@ -31,7 +31,7 @@ export const WithDetail: Story = {
|
||||
export const WithSlots: Story = {
|
||||
args: {
|
||||
name: 'Custom Property Editor UI',
|
||||
alias: 'Umb.PropertyEditorUI.CustomUI',
|
||||
alias: 'Umb.PropertyEditorUi.CustomUI',
|
||||
propertyEditorModelAlias: 'Umbraco.JSON',
|
||||
detail: 'With some custom details',
|
||||
},
|
||||
|
||||
@@ -7,7 +7,7 @@ export const manifests: Array<ManifestPropertyAction> = [
|
||||
name: 'Copy Property Action',
|
||||
loader: () => import('./common/copy/property-action-copy.element.js'),
|
||||
conditions: {
|
||||
propertyEditors: ['Umb.PropertyEditorUI.TextBox'],
|
||||
propertyEditors: ['Umb.PropertyEditorUi.TextBox'],
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -16,7 +16,7 @@ export const manifests: Array<ManifestPropertyAction> = [
|
||||
name: 'Clear Property Action',
|
||||
loader: () => import('./common/clear/property-action-clear.element.js'),
|
||||
conditions: {
|
||||
propertyEditors: ['Umb.PropertyEditorUI.TextBox'],
|
||||
propertyEditors: ['Umb.PropertyEditorUi.TextBox'],
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
@@ -5,7 +5,7 @@ export const manifest: ManifestPropertyEditorModel = {
|
||||
name: 'Block Grid',
|
||||
alias: 'Umbraco.BlockGrid',
|
||||
meta: {
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.BlockGrid',
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.BlockGrid',
|
||||
settings: {
|
||||
properties: [
|
||||
{
|
||||
@@ -13,29 +13,29 @@ export const manifest: ManifestPropertyEditorModel = {
|
||||
label: 'Blocks',
|
||||
description:
|
||||
'Define Blocks based on Element Types. Use Groups to help organise their selection. Example Groups: Layout and Content',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.BlockGrid.BlockConfiguration',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.BlockGrid.BlockConfiguration',
|
||||
},
|
||||
{
|
||||
alias: 'blockGroups',
|
||||
label: 'Block Groups',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.BlockGrid.GroupConfiguration',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.BlockGrid.GroupConfiguration',
|
||||
},
|
||||
{
|
||||
alias: 'validationLimit',
|
||||
label: 'Amount',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.NumberRange',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.NumberRange',
|
||||
},
|
||||
{
|
||||
alias: 'gridColumns',
|
||||
label: 'Grid Columns',
|
||||
description: 'Set the number of columns for the layout. (defaults to 12)',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Number',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Number',
|
||||
},
|
||||
{
|
||||
alias: 'layoutStylesheet',
|
||||
label: 'Layout Stylesheet',
|
||||
description: 'Override default stylesheet for backoffice layout.',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.BlockGrid.StylesheetPicker',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.BlockGrid.StylesheetPicker',
|
||||
},
|
||||
],
|
||||
defaultData: [
|
||||
|
||||
@@ -5,20 +5,20 @@ export const manifest: ManifestPropertyEditorModel = {
|
||||
name: 'Block List',
|
||||
alias: 'Umbraco.BlockList',
|
||||
meta: {
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.BlockList',
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.BlockList',
|
||||
settings: {
|
||||
properties: [
|
||||
{
|
||||
alias: 'blocks',
|
||||
label: 'Available Blocks',
|
||||
description: 'Define the available blocks.',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.BlockList.BlockConfiguration',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.BlockList.BlockConfiguration',
|
||||
},
|
||||
{
|
||||
alias: 'validationLimit',
|
||||
label: 'Amount',
|
||||
description: 'Set a required range of blocks',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.NumberRange',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.NumberRange',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
@@ -5,6 +5,6 @@ export const manifest: ManifestPropertyEditorModel = {
|
||||
name: 'Checkbox List',
|
||||
alias: 'Umbraco.CheckboxList',
|
||||
meta: {
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.CheckboxList',
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.CheckboxList',
|
||||
},
|
||||
};
|
||||
|
||||
@@ -5,6 +5,6 @@ export const manifest: ManifestPropertyEditorModel = {
|
||||
name: 'Eye Dropper Color Picker',
|
||||
alias: 'Umbraco.ColorPicker.EyeDropper',
|
||||
meta: {
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.EyeDropper',
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.EyeDropper',
|
||||
},
|
||||
};
|
||||
|
||||
@@ -5,7 +5,7 @@ export const manifest: ManifestPropertyEditorModel = {
|
||||
name: 'Color Picker',
|
||||
alias: 'Umbraco.ColorPicker',
|
||||
meta: {
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.ColorPicker',
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.ColorPicker',
|
||||
settings: {
|
||||
properties: [
|
||||
{
|
||||
@@ -13,13 +13,13 @@ export const manifest: ManifestPropertyEditorModel = {
|
||||
label: 'Include labels?',
|
||||
description:
|
||||
'Stores colors as a Json object containing both the color hex string and label, rather than just the hex string.',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Toggle',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Toggle',
|
||||
},
|
||||
{
|
||||
alias: 'items',
|
||||
label: 'Colors',
|
||||
description: 'Add, remove or sort colors',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.ColorPicker',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.ColorPicker',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
@@ -6,7 +6,7 @@ export const manifest: ManifestPropertyEditorModel = {
|
||||
name: 'Date/Time',
|
||||
alias: 'Umbraco.DateTime',
|
||||
meta: {
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.DatePicker',
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.DatePicker',
|
||||
settings: {
|
||||
properties: [
|
||||
{
|
||||
@@ -14,7 +14,7 @@ export const manifest: ManifestPropertyEditorModel = {
|
||||
label: 'Offset time',
|
||||
description:
|
||||
'When enabled the time displayed will be offset with the servers timezone, this is useful for scenarios like scheduled publishing when an editor is in a different timezone than the hosted server',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Toggle',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Toggle',
|
||||
config: [
|
||||
{
|
||||
alias: 'labelOff',
|
||||
|
||||
@@ -5,26 +5,26 @@ export const manifest: ManifestPropertyEditorModel = {
|
||||
name: 'Decimal',
|
||||
alias: 'Umbraco.Decimal',
|
||||
meta: {
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.Decimal',
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.Decimal',
|
||||
settings: {
|
||||
properties: [
|
||||
{
|
||||
alias: 'min',
|
||||
label: 'Minimum',
|
||||
description: 'Enter the minimum amount of number to be entered',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Number',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Number',
|
||||
},
|
||||
{
|
||||
alias: 'max',
|
||||
label: 'Maximum',
|
||||
description: 'Enter the minimum amount of number to be entered',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Number',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Number',
|
||||
},
|
||||
{
|
||||
alias: 'step',
|
||||
label: 'Step size',
|
||||
description: 'Enter the intervals amount between each step of number to be entered',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Number',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Number',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
@@ -6,6 +6,6 @@ export const manifest: ManifestPropertyEditorModel = {
|
||||
name: 'Dropdown',
|
||||
alias: 'Umbraco.DropDown.Flexible',
|
||||
meta: {
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.DropDown.Flexible',
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.DropDown.Flexible',
|
||||
},
|
||||
};
|
||||
|
||||
@@ -5,6 +5,6 @@ export const manifest: ManifestPropertyEditorModel = {
|
||||
name: 'Email Address',
|
||||
alias: 'Umbraco.EmailAddress',
|
||||
meta: {
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.EmailAddress',
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.EmailAddress',
|
||||
},
|
||||
};
|
||||
|
||||
@@ -5,6 +5,6 @@ export const manifest: ManifestPropertyEditorModel = {
|
||||
name: 'Icon Picker',
|
||||
alias: 'Umbraco.IconPicker',
|
||||
meta: {
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.IconPicker',
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.IconPicker',
|
||||
},
|
||||
};
|
||||
|
||||
@@ -5,13 +5,13 @@ export const manifest: ManifestPropertyEditorModel = {
|
||||
name: 'Email Address',
|
||||
alias: 'Umbraco.ImageCropper',
|
||||
meta: {
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.ImageCropper',
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.ImageCropper',
|
||||
settings: {
|
||||
properties: [
|
||||
{
|
||||
alias: 'crops',
|
||||
label: 'Define Crops',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.ImageCropsConfiguration',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.ImageCropsConfiguration',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
@@ -5,26 +5,26 @@ export const manifest: ManifestPropertyEditorModel = {
|
||||
name: 'Decimal',
|
||||
alias: 'Umbraco.Integer',
|
||||
meta: {
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.Integer',
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.Integer',
|
||||
settings: {
|
||||
properties: [
|
||||
{
|
||||
alias: 'min',
|
||||
label: 'Minimum',
|
||||
description: 'Enter the minimum amount of number to be entered',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Number',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Number',
|
||||
},
|
||||
{
|
||||
alias: 'max',
|
||||
label: 'Maximum',
|
||||
description: 'Enter the minimum amount of number to be entered',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Number',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Number',
|
||||
},
|
||||
{
|
||||
alias: 'step',
|
||||
label: 'Step size',
|
||||
description: 'Enter the intervals amount between each step of number to be entered',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Number',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Number',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
@@ -5,6 +5,6 @@ export const manifest: ManifestPropertyEditorModel = {
|
||||
name: 'JSON model',
|
||||
alias: 'Umbraco.JSON',
|
||||
meta: {
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.JSON',
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.JSON',
|
||||
},
|
||||
};
|
||||
|
||||
@@ -5,14 +5,14 @@ export const manifest: ManifestPropertyEditorModel = {
|
||||
name: 'Label',
|
||||
alias: 'Umbraco.Label',
|
||||
meta: {
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.Label',
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.Label',
|
||||
settings: {
|
||||
properties: [
|
||||
{
|
||||
alias: 'umbracoDataValueType',
|
||||
label: 'Value type',
|
||||
description: 'The type of value to store',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.ValueType',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.ValueType',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
@@ -5,37 +5,37 @@ export const manifest: ManifestPropertyEditorModel = {
|
||||
name: 'List View',
|
||||
alias: 'Umbraco.ListView',
|
||||
meta: {
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.ListView',
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.ListView',
|
||||
settings: {
|
||||
properties: [
|
||||
{
|
||||
alias: 'pageSize',
|
||||
label: 'Page Size',
|
||||
description: 'Number of items per page.',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Number',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Number',
|
||||
},
|
||||
{
|
||||
alias: 'orderDirection',
|
||||
label: 'Order Direction',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.OrderDirection',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.OrderDirection',
|
||||
},
|
||||
{
|
||||
alias: 'includeProperties',
|
||||
label: 'Columns Displayed',
|
||||
description: 'The properties that will be displayed for each column',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.CollectionView.ColumnConfiguration',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.CollectionView.ColumnConfiguration',
|
||||
},
|
||||
{
|
||||
alias: 'orderBy',
|
||||
label: 'Order By',
|
||||
description: 'The properties that will be displayed for each column',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.CollectionView.OrderBy',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.CollectionView.OrderBy',
|
||||
},
|
||||
{
|
||||
alias: 'bulkActionPermissions',
|
||||
label: 'Bulk Action Permissions',
|
||||
description: 'The properties that will be displayed for each column',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.CollectionView.BulkActionPermissions',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.CollectionView.BulkActionPermissions',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
@@ -5,6 +5,6 @@ export const manifest: ManifestPropertyEditorModel = {
|
||||
name: 'Markdown Editor',
|
||||
alias: 'Umbraco.MarkdownEditor',
|
||||
meta: {
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.MarkdownEditor',
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.MarkdownEditor',
|
||||
},
|
||||
};
|
||||
|
||||
@@ -5,48 +5,48 @@ export const manifest: ManifestPropertyEditorModel = {
|
||||
name: 'Media Picker 3',
|
||||
alias: 'Umbraco.MediaPicker3',
|
||||
meta: {
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.MediaPicker3',
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.MediaPicker3',
|
||||
settings: {
|
||||
properties: [
|
||||
{
|
||||
alias: 'filter',
|
||||
label: 'Accepted types',
|
||||
description: 'Limit to specific types',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.TreePicker',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.TreePicker',
|
||||
},
|
||||
{
|
||||
alias: 'multiple',
|
||||
label: 'Pick multiple items',
|
||||
description: 'Outputs a IEnumerable',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Toggle',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Toggle',
|
||||
},
|
||||
{
|
||||
alias: 'validationLimit',
|
||||
label: 'Amount',
|
||||
description: 'Set a required range of medias',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.NumberRange',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.NumberRange',
|
||||
},
|
||||
{
|
||||
alias: 'startNodeId',
|
||||
label: 'Start node',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.MediaPicker',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.MediaPicker',
|
||||
},
|
||||
{
|
||||
alias: 'enableLocalFocalPoint',
|
||||
label: 'Enable Focal Point',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Toggle',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Toggle',
|
||||
},
|
||||
{
|
||||
alias: 'crops',
|
||||
label: 'Image Crops',
|
||||
description: 'Local crops, stored on document',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.ImageCropsConfiguration',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.ImageCropsConfiguration',
|
||||
},
|
||||
{
|
||||
alias: 'ignoreUserStartNodes',
|
||||
label: 'Ignore User Start Nodes',
|
||||
description: 'Selecting this option allows a user to choose nodes that they normally dont have access to.',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Toggle',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Toggle',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
@@ -5,6 +5,6 @@ export const manifest: ManifestPropertyEditorModel = {
|
||||
name: 'Member Group Picker',
|
||||
alias: 'Umbraco.MemberGroupPicker',
|
||||
meta: {
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.MemberGroupPicker',
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.MemberGroupPicker',
|
||||
},
|
||||
};
|
||||
|
||||
@@ -5,6 +5,6 @@ export const manifest: ManifestPropertyEditorModel = {
|
||||
name: 'Member Picker',
|
||||
alias: 'Umbraco.MemberPicker',
|
||||
meta: {
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.MemberPicker',
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.MemberPicker',
|
||||
},
|
||||
};
|
||||
|
||||
@@ -5,26 +5,26 @@ export const manifest: ManifestPropertyEditorModel = {
|
||||
name: 'Multi Node Tree Picker',
|
||||
alias: 'Umbraco.MultiNodeTreePicker',
|
||||
meta: {
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.MultiNodeTreePicker',
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.MultiNodeTreePicker',
|
||||
settings: {
|
||||
properties: [
|
||||
{
|
||||
alias: 'minNumber',
|
||||
label: 'Minimum number of items',
|
||||
description: '',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Number',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Number',
|
||||
},
|
||||
{
|
||||
alias: 'maxNumber',
|
||||
label: 'Maximum number of items',
|
||||
description: '',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Number',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Number',
|
||||
},
|
||||
{
|
||||
alias: 'ignoreUserStartNodes',
|
||||
label: 'Ignore user start nodes',
|
||||
description: 'Selecting this option allows a user to choose nodes that they normally dont have access to.',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Toggle',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Toggle',
|
||||
},
|
||||
],
|
||||
defaultData: [
|
||||
|
||||
@@ -5,26 +5,26 @@ export const manifest: ManifestPropertyEditorModel = {
|
||||
name: 'Multi URL Picker',
|
||||
alias: 'Umbraco.MultiUrlPicker',
|
||||
meta: {
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.MultiUrlPicker',
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.MultiUrlPicker',
|
||||
settings: {
|
||||
properties: [
|
||||
{
|
||||
alias: 'minNumber',
|
||||
label: 'Minimum number of items',
|
||||
description: '',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Number',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Number',
|
||||
},
|
||||
{
|
||||
alias: 'maxNumber',
|
||||
label: 'Maximum number of items',
|
||||
description: '',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Number',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Number',
|
||||
},
|
||||
{
|
||||
alias: 'ignoreUserStartNodes',
|
||||
label: 'Ignore user start nodes',
|
||||
description: 'Selecting this option allows a user to choose nodes that they normally dont have access to.',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Toggle',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Toggle',
|
||||
},
|
||||
],
|
||||
defaultData: [
|
||||
|
||||
@@ -5,20 +5,20 @@ export const manifest: ManifestPropertyEditorModel = {
|
||||
name: 'Multiple Text String',
|
||||
alias: 'Umbraco.MultipleTextString',
|
||||
meta: {
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.MultipleTextString',
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.MultipleTextString',
|
||||
settings: {
|
||||
properties: [
|
||||
{
|
||||
alias: 'min',
|
||||
label: 'Minimum',
|
||||
description: 'Enter the minimum amount of text boxes to be displayed',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Number',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Number',
|
||||
},
|
||||
{
|
||||
alias: 'max',
|
||||
label: 'Maximum',
|
||||
description: 'Enter the maximum amount of text boxes to be displayed, enter 0 for unlimited',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Number',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Number',
|
||||
},
|
||||
],
|
||||
defaultData: [
|
||||
|
||||
@@ -5,6 +5,6 @@ export const manifest: ManifestPropertyEditorModel = {
|
||||
name: 'Radio Button List',
|
||||
alias: 'Umbraco.RadioButtonList',
|
||||
meta: {
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.RadioButtonList',
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.RadioButtonList',
|
||||
},
|
||||
};
|
||||
|
||||
@@ -5,20 +5,20 @@ export const manifest: ManifestPropertyEditorModel = {
|
||||
name: 'Slider',
|
||||
alias: 'Umbraco.Slider',
|
||||
meta: {
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.Slider',
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.Slider',
|
||||
settings: {
|
||||
properties: [
|
||||
{
|
||||
alias: 'minVal',
|
||||
label: 'Minimum value',
|
||||
description: '',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Number',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Number',
|
||||
},
|
||||
{
|
||||
alias: 'maxVal',
|
||||
label: 'Maximum value',
|
||||
description: '',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Number',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Number',
|
||||
},
|
||||
],
|
||||
defaultData: [
|
||||
|
||||
@@ -5,20 +5,20 @@ export const manifest: ManifestPropertyEditorModel = {
|
||||
name: 'Tags',
|
||||
alias: 'Umbraco.Tags',
|
||||
meta: {
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.Tags',
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.Tags',
|
||||
settings: {
|
||||
properties: [
|
||||
{
|
||||
alias: 'group',
|
||||
label: 'Define a tag group',
|
||||
description: '',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.TextBox',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.TextBox',
|
||||
},
|
||||
{
|
||||
alias: 'storageType',
|
||||
label: 'Storage Type',
|
||||
description: '',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Tags.StorageType',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Tags.StorageType',
|
||||
},
|
||||
],
|
||||
defaultData: [
|
||||
|
||||
@@ -5,14 +5,14 @@ export const manifest: ManifestPropertyEditorModel = {
|
||||
name: 'Textarea',
|
||||
alias: 'Umbraco.TextArea',
|
||||
meta: {
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.TextArea',
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.TextArea',
|
||||
settings: {
|
||||
properties: [
|
||||
{
|
||||
alias: 'maxChars',
|
||||
label: 'Maximum allowed characters',
|
||||
description: 'If empty - no character limit',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Number',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Number',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
@@ -5,14 +5,14 @@ export const manifest: ManifestPropertyEditorModel = {
|
||||
name: 'Text Box',
|
||||
alias: 'Umbraco.TextBox',
|
||||
meta: {
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.TextBox',
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.TextBox',
|
||||
settings: {
|
||||
properties: [
|
||||
{
|
||||
alias: 'maxChars',
|
||||
label: 'Maximum allowed characters',
|
||||
description: 'If empty, 512 character limit',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Number',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Number',
|
||||
},
|
||||
],
|
||||
defaultData: [
|
||||
|
||||
@@ -5,18 +5,18 @@ export const manifest: ManifestPropertyEditorModel = {
|
||||
name: 'Tiny MCE',
|
||||
alias: 'Umbraco.TinyMCE',
|
||||
meta: {
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.TinyMCE',
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.TinyMCE',
|
||||
settings: {
|
||||
properties: [
|
||||
{
|
||||
alias: 'mediaParentId',
|
||||
label: 'Image Upload Folder',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.TreePicker',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.TreePicker',
|
||||
},
|
||||
{
|
||||
alias: 'ignoreUserStartNodes',
|
||||
label: 'Ignore User Start Nodes',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Toggle',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Toggle',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
@@ -6,6 +6,6 @@ export const manifest: ManifestPropertyEditorModel = {
|
||||
name: 'Date/Time',
|
||||
alias: 'Umbraco.TrueFalse',
|
||||
meta: {
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.TrueFalse',
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.TrueFalse',
|
||||
},
|
||||
};
|
||||
|
||||
@@ -6,13 +6,13 @@ export const manifest: ManifestPropertyEditorModel = {
|
||||
name: 'File upload',
|
||||
alias: 'Umbraco.UploadField',
|
||||
meta: {
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.UploadField',
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.UploadField',
|
||||
settings: {
|
||||
properties: [
|
||||
{
|
||||
alias: 'fileExtensions',
|
||||
label: 'Accepted file extensions',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.MultipleTextString',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.MultipleTextString',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
@@ -5,6 +5,6 @@ export const manifest: ManifestPropertyEditorModel = {
|
||||
name: 'User Picker',
|
||||
alias: 'Umbraco.UserPicker',
|
||||
meta: {
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.UserPicker',
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.UserPicker',
|
||||
},
|
||||
};
|
||||
|
||||
@@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension
|
||||
|
||||
export const manifest: ManifestPropertyEditorUI = {
|
||||
type: 'propertyEditorUI',
|
||||
alias: 'Umb.PropertyEditorUI.BlockGrid.BlockConfiguration',
|
||||
alias: 'Umb.PropertyEditorUi.BlockGrid.BlockConfiguration',
|
||||
name: 'Block Grid Block Configuration Property Editor UI',
|
||||
loader: () => import('./property-editor-ui-block-grid-block-configuration.element.js'),
|
||||
meta: {
|
||||
|
||||
@@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension
|
||||
|
||||
export const manifest: ManifestPropertyEditorUI = {
|
||||
type: 'propertyEditorUI',
|
||||
alias: 'Umb.PropertyEditorUI.BlockGrid.GroupConfiguration',
|
||||
alias: 'Umb.PropertyEditorUi.BlockGrid.GroupConfiguration',
|
||||
name: 'Block Grid Group Configuration Property Editor UI',
|
||||
loader: () => import('./property-editor-ui-block-grid-group-configuration.element.js'),
|
||||
meta: {
|
||||
|
||||
@@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension
|
||||
|
||||
export const manifest: ManifestPropertyEditorUI = {
|
||||
type: 'propertyEditorUI',
|
||||
alias: 'Umb.PropertyEditorUI.BlockGrid.StylesheetPicker',
|
||||
alias: 'Umb.PropertyEditorUi.BlockGrid.StylesheetPicker',
|
||||
name: 'Block Grid Stylesheet Picker Property Editor UI',
|
||||
loader: () => import('./property-editor-ui-block-grid-stylesheet-picker.element.js'),
|
||||
meta: {
|
||||
|
||||
@@ -5,7 +5,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension
|
||||
|
||||
const manifest: ManifestPropertyEditorUI = {
|
||||
type: 'propertyEditorUI',
|
||||
alias: 'Umb.PropertyEditorUI.BlockGrid',
|
||||
alias: 'Umb.PropertyEditorUi.BlockGrid',
|
||||
name: 'Block Grid Property Editor UI',
|
||||
loader: () => import('./property-editor-ui-block-grid.element.js'),
|
||||
meta: {
|
||||
@@ -19,19 +19,19 @@ const manifest: ManifestPropertyEditorUI = {
|
||||
alias: 'useLiveEditing',
|
||||
label: 'Live editing mode',
|
||||
description: 'Live update content when editing in overlay',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Toggle',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Toggle',
|
||||
},
|
||||
{
|
||||
alias: 'maxPropertyWidth',
|
||||
label: 'Editor width',
|
||||
description: 'Optional css overwrite. (example: 1200px or 100%)',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.TextBox',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.TextBox',
|
||||
},
|
||||
{
|
||||
alias: 'createLabel',
|
||||
label: 'Create Button Label',
|
||||
description: 'Override the label text for adding a new block, Example Add Widget',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.TextBox',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.TextBox',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
@@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension
|
||||
|
||||
export const manifest: ManifestPropertyEditorUI = {
|
||||
type: 'propertyEditorUI',
|
||||
alias: 'Umb.PropertyEditorUI.BlockList.BlockConfiguration',
|
||||
alias: 'Umb.PropertyEditorUi.BlockList.BlockConfiguration',
|
||||
name: 'Block List Block Configuration Property Editor UI',
|
||||
loader: () => import('./property-editor-ui-block-list-block-configuration.element.js'),
|
||||
meta: {
|
||||
|
||||
@@ -3,7 +3,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension
|
||||
|
||||
const manifest: ManifestPropertyEditorUI = {
|
||||
type: 'propertyEditorUI',
|
||||
alias: 'Umb.PropertyEditorUI.BlockList',
|
||||
alias: 'Umb.PropertyEditorUi.BlockList',
|
||||
name: 'Block List Property Editor UI',
|
||||
loader: () => import('./property-editor-ui-block-list.element.js'),
|
||||
meta: {
|
||||
@@ -18,26 +18,26 @@ const manifest: ManifestPropertyEditorUI = {
|
||||
label: 'Single block mode',
|
||||
description:
|
||||
'When in Single block mode, the output will be BlockListItem<>, instead of BlockListModel.\n\n**NOTE:**\nSingle block mode requires a maximum of one available block, and an amount set to minimum 1 and maximum 1 blocks.',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Toggle',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Toggle',
|
||||
},
|
||||
{
|
||||
alias: 'useLiveEditing',
|
||||
label: 'Live editing mode',
|
||||
description:
|
||||
'Live editing in editor overlays for live updated custom views or labels using custom expression.',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Toggle',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Toggle',
|
||||
},
|
||||
{
|
||||
alias: 'useInlineEditingAsDefault',
|
||||
label: 'Inline editing mode',
|
||||
description: 'Use the inline editor as the default block view.',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Toggle',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Toggle',
|
||||
},
|
||||
{
|
||||
alias: 'maxPropertyWidth',
|
||||
label: 'Property editor width',
|
||||
description: 'Optional CSS override, example: 800px or 100%',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.TextBox',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.TextBox',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
@@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension
|
||||
|
||||
export const manifest: ManifestPropertyEditorUI = {
|
||||
type: 'propertyEditorUI',
|
||||
alias: 'Umb.PropertyEditorUI.CheckboxList',
|
||||
alias: 'Umb.PropertyEditorUi.CheckboxList',
|
||||
name: 'Checkbox List Property Editor UI',
|
||||
loader: () => import('./property-editor-ui-checkbox-list.element.js'),
|
||||
meta: {
|
||||
@@ -16,7 +16,7 @@ export const manifest: ManifestPropertyEditorUI = {
|
||||
alias: 'items',
|
||||
label: 'Add option',
|
||||
description: 'Add, remove or sort options for the list.',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.MultipleTextString',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.MultipleTextString',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
@@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension
|
||||
|
||||
export const manifest: ManifestPropertyEditorUI = {
|
||||
type: 'propertyEditorUI',
|
||||
alias: 'Umb.PropertyEditorUI.CollectionView.BulkActionPermissions',
|
||||
alias: 'Umb.PropertyEditorUi.CollectionView.BulkActionPermissions',
|
||||
name: 'Collection View Bulk Action Permissions Property Editor UI',
|
||||
loader: () => import('./property-editor-ui-collection-view-bulk-action-permissions.element.js'),
|
||||
meta: {
|
||||
|
||||
@@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension
|
||||
|
||||
export const manifest: ManifestPropertyEditorUI = {
|
||||
type: 'propertyEditorUI',
|
||||
alias: 'Umb.PropertyEditorUI.CollectionView.ColumnConfiguration',
|
||||
alias: 'Umb.PropertyEditorUi.CollectionView.ColumnConfiguration',
|
||||
name: 'Collection View Column Configuration Property Editor UI',
|
||||
loader: () => import('./property-editor-ui-collection-view-column-configuration.element.js'),
|
||||
meta: {
|
||||
|
||||
@@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension
|
||||
|
||||
export const manifest: ManifestPropertyEditorUI = {
|
||||
type: 'propertyEditorUI',
|
||||
alias: 'Umb.PropertyEditorUI.CollectionView.LayoutConfiguration',
|
||||
alias: 'Umb.PropertyEditorUi.CollectionView.LayoutConfiguration',
|
||||
name: 'Collection View Column Configuration Property Editor UI',
|
||||
loader: () => import('./property-editor-ui-collection-view-layout-configuration.element.js'),
|
||||
meta: {
|
||||
|
||||
@@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension
|
||||
|
||||
export const manifest: ManifestPropertyEditorUI = {
|
||||
type: 'propertyEditorUI',
|
||||
alias: 'Umb.PropertyEditorUI.CollectionView.OrderBy',
|
||||
alias: 'Umb.PropertyEditorUi.CollectionView.OrderBy',
|
||||
name: 'Collection View Column Configuration Property Editor UI',
|
||||
loader: () => import('./property-editor-ui-collection-view-order-by.element.js'),
|
||||
meta: {
|
||||
|
||||
@@ -6,7 +6,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension
|
||||
|
||||
const manifest: ManifestPropertyEditorUI = {
|
||||
type: 'propertyEditorUI',
|
||||
alias: 'Umb.PropertyEditorUI.CollectionView',
|
||||
alias: 'Umb.PropertyEditorUi.CollectionView',
|
||||
name: 'Collection View Property Editor UI',
|
||||
loader: () => import('./property-editor-ui-collection-view.element.js'),
|
||||
meta: {
|
||||
@@ -20,31 +20,31 @@ const manifest: ManifestPropertyEditorUI = {
|
||||
alias: 'layouts',
|
||||
label: 'Layouts',
|
||||
description: 'The properties that will be displayed for each column',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.CollectionView.LayoutConfiguration',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.CollectionView.LayoutConfiguration',
|
||||
},
|
||||
{
|
||||
alias: 'icon',
|
||||
label: 'Content app icon',
|
||||
description: 'The icon of the listview content app',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.IconPicker',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.IconPicker',
|
||||
},
|
||||
{
|
||||
alias: 'tabName',
|
||||
label: 'Content app name',
|
||||
description: 'The name of the listview content app (default if empty: Child Items)',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.TextBox',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.TextBox',
|
||||
},
|
||||
{
|
||||
alias: 'showContentFirst',
|
||||
label: 'Show Content App First',
|
||||
description: 'Enable this to show the content app by default instead of the list view app',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Toggle',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Toggle',
|
||||
},
|
||||
{
|
||||
alias: 'useInfiniteEditor',
|
||||
label: 'Edit in Infinite Editor',
|
||||
description: 'Enable this to use infinite editing to edit the content of the list view',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Toggle',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Toggle',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
@@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension
|
||||
|
||||
export const manifest: ManifestPropertyEditorUI = {
|
||||
type: 'propertyEditorUI',
|
||||
alias: 'Umb.PropertyEditorUI.ColorPicker',
|
||||
alias: 'Umb.PropertyEditorUi.ColorPicker',
|
||||
name: 'Color Picker Property Editor UI',
|
||||
loader: () => import('./property-editor-ui-color-picker.element.js'),
|
||||
meta: {
|
||||
|
||||
@@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension
|
||||
|
||||
export const manifest: ManifestPropertyEditorUI = {
|
||||
type: 'propertyEditorUI',
|
||||
alias: 'Umb.PropertyEditorUI.DatePicker',
|
||||
alias: 'Umb.PropertyEditorUi.DatePicker',
|
||||
name: 'Date Picker Property Editor UI',
|
||||
loader: () => import('./property-editor-ui-date-picker.element.js'),
|
||||
meta: {
|
||||
@@ -16,7 +16,7 @@ export const manifest: ManifestPropertyEditorUI = {
|
||||
alias: 'format',
|
||||
label: 'Date format',
|
||||
description: 'If left empty then the format is YYYY-MM-DD',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.TextBox',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.TextBox',
|
||||
},
|
||||
],
|
||||
defaultData: [
|
||||
|
||||
@@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension
|
||||
|
||||
export const manifest: ManifestPropertyEditorUI = {
|
||||
type: 'propertyEditorUI',
|
||||
alias: 'Umb.PropertyEditorUI.Dropdown',
|
||||
alias: 'Umb.PropertyEditorUi.Dropdown',
|
||||
name: 'Dropdown Property Editor UI',
|
||||
loader: () => import('./property-editor-ui-dropdown.element.js'),
|
||||
meta: {
|
||||
@@ -15,12 +15,12 @@ export const manifest: ManifestPropertyEditorUI = {
|
||||
{
|
||||
alias: 'multiple',
|
||||
label: 'Enable multiple choice',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Toggle',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Toggle',
|
||||
},
|
||||
{
|
||||
alias: 'items',
|
||||
label: 'Add options',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.MultipleTextString',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.MultipleTextString',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
@@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension
|
||||
|
||||
export const manifest: ManifestPropertyEditorUI = {
|
||||
type: 'propertyEditorUI',
|
||||
alias: 'Umb.PropertyEditorUI.EyeDropper',
|
||||
alias: 'Umb.PropertyEditorUi.EyeDropper',
|
||||
name: 'Eye Dropper Color Picker Property Editor UI',
|
||||
loader: () => import('./property-editor-ui-eye-dropper.element.js'),
|
||||
meta: {
|
||||
@@ -16,13 +16,13 @@ export const manifest: ManifestPropertyEditorUI = {
|
||||
alias: 'showAlpha',
|
||||
label: 'Show alpha',
|
||||
description: 'Allow alpha transparency selection.',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Toggle',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Toggle',
|
||||
},
|
||||
{
|
||||
alias: 'showPalette',
|
||||
label: 'Show palette',
|
||||
description: 'Show a palette next to the color picker.',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Toggle',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Toggle',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
@@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension
|
||||
|
||||
export const manifest: ManifestPropertyEditorUI = {
|
||||
type: 'propertyEditorUI',
|
||||
alias: 'Umb.PropertyEditorUI.IconPicker',
|
||||
alias: 'Umb.PropertyEditorUi.IconPicker',
|
||||
name: 'Icon Picker Property Editor UI',
|
||||
loader: () => import('./property-editor-ui-icon-picker.element.js'),
|
||||
meta: {
|
||||
|
||||
@@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension
|
||||
|
||||
export const manifest: ManifestPropertyEditorUI = {
|
||||
type: 'propertyEditorUI',
|
||||
alias: 'Umb.PropertyEditorUI.ImageCropper',
|
||||
alias: 'Umb.PropertyEditorUi.ImageCropper',
|
||||
name: 'Image Cropper Property Editor UI',
|
||||
loader: () => import('./property-editor-ui-image-cropper.element.js'),
|
||||
meta: {
|
||||
|
||||
@@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension
|
||||
|
||||
export const manifest: ManifestPropertyEditorUI = {
|
||||
type: 'propertyEditorUI',
|
||||
alias: 'Umb.PropertyEditorUI.ImageCropsConfiguration',
|
||||
alias: 'Umb.PropertyEditorUi.ImageCropsConfiguration',
|
||||
name: 'Image Crops Configuration Property Editor UI',
|
||||
loader: () => import('./property-editor-ui-image-crops-configuration.element.js'),
|
||||
meta: {
|
||||
|
||||
@@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension
|
||||
|
||||
export const manifest: ManifestPropertyEditorUI = {
|
||||
type: 'propertyEditorUI',
|
||||
alias: 'Umb.PropertyEditorUI.Label',
|
||||
alias: 'Umb.PropertyEditorUi.Label',
|
||||
name: 'Label Property Editor UI',
|
||||
loader: () => import('./property-editor-ui-label.element.js'),
|
||||
meta: {
|
||||
|
||||
@@ -67,7 +67,7 @@ export const manifests: Array<ManifestPropertyEditorUI> = [
|
||||
...tinyMCE,
|
||||
{
|
||||
type: 'propertyEditorUI',
|
||||
alias: 'Umb.PropertyEditorUI.Number',
|
||||
alias: 'Umb.PropertyEditorUi.Number',
|
||||
name: 'Number Property Editor UI',
|
||||
loader: () => import('./number/property-editor-ui-number.element.js'),
|
||||
meta: {
|
||||
|
||||
@@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension
|
||||
|
||||
export const manifest: ManifestPropertyEditorUI = {
|
||||
type: 'propertyEditorUI',
|
||||
alias: 'Umb.PropertyEditorUI.MarkdownEditor',
|
||||
alias: 'Umb.PropertyEditorUi.MarkdownEditor',
|
||||
name: 'Markdown Editor Property Editor UI',
|
||||
loader: () => import('./property-editor-ui-markdown-editor.element.js'),
|
||||
meta: {
|
||||
@@ -16,19 +16,19 @@ export const manifest: ManifestPropertyEditorUI = {
|
||||
alias: 'preview',
|
||||
label: 'Preview',
|
||||
description: 'Display a live preview',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Toggle',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Toggle',
|
||||
},
|
||||
{
|
||||
alias: 'defaultValue',
|
||||
label: 'Default value',
|
||||
description: 'If value is blank, the editor will show this',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.TextArea',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.TextArea',
|
||||
},
|
||||
{
|
||||
alias: 'overlaySize',
|
||||
label: 'Overlay Size',
|
||||
description: 'Select the width of the overlay.',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.OverlaySize',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.OverlaySize',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
@@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension
|
||||
|
||||
export const manifest: ManifestPropertyEditorUI = {
|
||||
type: 'propertyEditorUI',
|
||||
alias: 'Umb.PropertyEditorUI.MediaPicker',
|
||||
alias: 'Umb.PropertyEditorUi.MediaPicker',
|
||||
name: 'Markdown Editor Property Editor UI',
|
||||
loader: () => import('./property-editor-ui-media-picker.element.js'),
|
||||
meta: {
|
||||
|
||||
@@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension
|
||||
|
||||
export const manifest: ManifestPropertyEditorUI = {
|
||||
type: 'propertyEditorUI',
|
||||
alias: 'Umb.PropertyEditorUI.MemberGroupPicker',
|
||||
alias: 'Umb.PropertyEditorUi.MemberGroupPicker',
|
||||
name: 'Member Group Picker Property Editor UI',
|
||||
loader: () => import('./property-editor-ui-member-group-picker.element.js'),
|
||||
meta: {
|
||||
|
||||
@@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension
|
||||
|
||||
export const manifest: ManifestPropertyEditorUI = {
|
||||
type: 'propertyEditorUI',
|
||||
alias: 'Umb.PropertyEditorUI.MemberPicker',
|
||||
alias: 'Umb.PropertyEditorUi.MemberPicker',
|
||||
name: 'Member Picker Property Editor UI',
|
||||
loader: () => import('./property-editor-ui-member-picker.element.js'),
|
||||
meta: {
|
||||
|
||||
@@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension
|
||||
|
||||
export const manifest: ManifestPropertyEditorUI = {
|
||||
type: 'propertyEditorUI',
|
||||
alias: 'Umb.PropertyEditorUI.MultiUrlPicker',
|
||||
alias: 'Umb.PropertyEditorUi.MultiUrlPicker',
|
||||
name: 'Multi URL Picker Property Editor UI',
|
||||
loader: () => import('./property-editor-ui-multi-url-picker.element.js'),
|
||||
meta: {
|
||||
@@ -16,13 +16,13 @@ export const manifest: ManifestPropertyEditorUI = {
|
||||
alias: 'overlaySize',
|
||||
label: 'Overlay Size',
|
||||
description: 'Select the width of the overlay.',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.OverlaySize',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.OverlaySize',
|
||||
},
|
||||
{
|
||||
alias: 'hideAnchor',
|
||||
label: 'Hide anchor/query string input',
|
||||
description: 'Selecting this hides the anchor/query string input field in the link picker overlay.',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Toggle',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Toggle',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
@@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension
|
||||
|
||||
export const manifest: ManifestPropertyEditorUI = {
|
||||
type: 'propertyEditorUI',
|
||||
alias: 'Umb.PropertyEditorUI.MultipleTextString',
|
||||
alias: 'Umb.PropertyEditorUi.MultipleTextString',
|
||||
name: 'Multiple Text String Property Editor UI',
|
||||
loader: () => import('./property-editor-ui-multiple-text-string.element.js'),
|
||||
meta: {
|
||||
|
||||
@@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension
|
||||
|
||||
export const manifest: ManifestPropertyEditorUI = {
|
||||
type: 'propertyEditorUI',
|
||||
alias: 'Umb.PropertyEditorUI.NumberRange',
|
||||
alias: 'Umb.PropertyEditorUi.NumberRange',
|
||||
name: 'Number Range Property Editor UI',
|
||||
loader: () => import('./property-editor-ui-number-range.element.js'),
|
||||
meta: {
|
||||
|
||||
@@ -4,13 +4,13 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension
|
||||
const allowDecimalsConfig = {
|
||||
alias: 'allowDecimals',
|
||||
label: 'Allow decimals',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Toggle',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Toggle',
|
||||
};
|
||||
|
||||
export const manifests: Array<ManifestPropertyEditorUI> = [
|
||||
{
|
||||
type: 'propertyEditorUI',
|
||||
alias: 'Umb.PropertyEditorUI.Integer',
|
||||
alias: 'Umb.PropertyEditorUi.Integer',
|
||||
name: 'Integer Property Editor UI',
|
||||
loader: () => import('./property-editor-ui-number.element.js'),
|
||||
meta: {
|
||||
@@ -31,7 +31,7 @@ export const manifests: Array<ManifestPropertyEditorUI> = [
|
||||
},
|
||||
{
|
||||
type: 'propertyEditorUI',
|
||||
alias: 'Umb.PropertyEditorUI.Decimal',
|
||||
alias: 'Umb.PropertyEditorUi.Decimal',
|
||||
name: 'Decimal Property Editor UI',
|
||||
loader: () => import('./property-editor-ui-number.element.js'),
|
||||
meta: {
|
||||
|
||||
@@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension
|
||||
|
||||
export const manifest: ManifestPropertyEditorUI = {
|
||||
type: 'propertyEditorUI',
|
||||
alias: 'Umb.PropertyEditorUI.OrderDirection',
|
||||
alias: 'Umb.PropertyEditorUi.OrderDirection',
|
||||
name: 'Order Direction Property Editor UI',
|
||||
loader: () => import('./property-editor-ui-order-direction.element.js'),
|
||||
meta: {
|
||||
|
||||
@@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension
|
||||
|
||||
export const manifest: ManifestPropertyEditorUI = {
|
||||
type: 'propertyEditorUI',
|
||||
alias: 'Umb.PropertyEditorUI.OverlaySize',
|
||||
alias: 'Umb.PropertyEditorUi.OverlaySize',
|
||||
name: 'Overlay Size Property Editor UI',
|
||||
loader: () => import('./property-editor-ui-overlay-size.element.js'),
|
||||
meta: {
|
||||
|
||||
@@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension
|
||||
|
||||
export const manifest: ManifestPropertyEditorUI = {
|
||||
type: 'propertyEditorUI',
|
||||
alias: 'Umb.PropertyEditorUI.RadioButtonList',
|
||||
alias: 'Umb.PropertyEditorUi.RadioButtonList',
|
||||
name: 'Radio Button List Property Editor UI',
|
||||
loader: () => import('./property-editor-ui-radio-button-list.element.js'),
|
||||
meta: {
|
||||
@@ -16,7 +16,7 @@ export const manifest: ManifestPropertyEditorUI = {
|
||||
alias: 'items',
|
||||
label: 'Add option',
|
||||
description: 'Add, remove or sort options for the list.',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.MultipleTextString',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.MultipleTextString',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
@@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension
|
||||
|
||||
export const manifest: ManifestPropertyEditorUI = {
|
||||
type: 'propertyEditorUI',
|
||||
alias: 'Umb.PropertyEditorUI.Slider',
|
||||
alias: 'Umb.PropertyEditorUi.Slider',
|
||||
name: 'Slider Property Editor UI',
|
||||
loader: () => import('./property-editor-ui-slider.element.js'),
|
||||
meta: {
|
||||
@@ -16,25 +16,25 @@ export const manifest: ManifestPropertyEditorUI = {
|
||||
alias: 'enableRange',
|
||||
label: 'Enable range',
|
||||
description: '',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Toggle',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Toggle',
|
||||
},
|
||||
{
|
||||
alias: 'initVal1',
|
||||
label: 'Initial value',
|
||||
description: '',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Number',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Number',
|
||||
},
|
||||
{
|
||||
alias: 'initVal2',
|
||||
label: 'Initial value 2',
|
||||
description: 'Used when range is enabled',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Number',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Number',
|
||||
},
|
||||
{
|
||||
alias: 'step',
|
||||
label: 'Step increments',
|
||||
description: '',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Number',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Number',
|
||||
},
|
||||
],
|
||||
defaultData: [
|
||||
|
||||
@@ -5,13 +5,13 @@ const inputTypeConfig = {
|
||||
alias: 'inputType',
|
||||
label: 'Input type',
|
||||
description: 'Select input type',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Dropdown',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Dropdown',
|
||||
};
|
||||
|
||||
export const manifests: Array<ManifestPropertyEditorUI> = [
|
||||
{
|
||||
type: 'propertyEditorUI',
|
||||
alias: 'Umb.PropertyEditorUI.TextBox',
|
||||
alias: 'Umb.PropertyEditorUi.TextBox',
|
||||
name: 'Text Box Property Editor UI',
|
||||
loader: () => import('./property-editor-ui-text-box.element.js'),
|
||||
meta: {
|
||||
@@ -32,7 +32,7 @@ export const manifests: Array<ManifestPropertyEditorUI> = [
|
||||
},
|
||||
{
|
||||
type: 'propertyEditorUI',
|
||||
alias: 'Umb.PropertyEditorUI.Email',
|
||||
alias: 'Umb.PropertyEditorUi.Email',
|
||||
name: 'Email Property Editor UI',
|
||||
loader: () => import('./property-editor-ui-text-box.element.js'),
|
||||
meta: {
|
||||
|
||||
@@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension
|
||||
|
||||
export const manifest: ManifestPropertyEditorUI = {
|
||||
type: 'propertyEditorUI',
|
||||
alias: 'Umb.PropertyEditorUI.TextArea',
|
||||
alias: 'Umb.PropertyEditorUi.TextArea',
|
||||
name: 'Text Area Property Editor UI',
|
||||
loader: () => import('./property-editor-ui-textarea.element.js'),
|
||||
meta: {
|
||||
@@ -16,19 +16,19 @@ export const manifest: ManifestPropertyEditorUI = {
|
||||
alias: 'rows',
|
||||
label: 'Number of rows',
|
||||
description: 'If empty the textarea is set to autoheight',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Number',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Number',
|
||||
},
|
||||
{
|
||||
alias: 'minHeight',
|
||||
label: 'Min height (pixels)',
|
||||
description: 'Sets the minimum height of the textarea',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Number',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Number',
|
||||
},
|
||||
{
|
||||
alias: 'maxHeight',
|
||||
label: 'Max height (pixels)',
|
||||
description: 'Sets the maximum height of the textarea',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Number',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Number',
|
||||
},
|
||||
],
|
||||
defaultData: [
|
||||
|
||||
@@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension
|
||||
|
||||
export const manifest: ManifestPropertyEditorUI = {
|
||||
type: 'propertyEditorUI',
|
||||
alias: 'Umb.PropertyEditorUI.TinyMCE.Config',
|
||||
alias: 'Umb.PropertyEditorUi.TinyMCE.Config',
|
||||
name: 'Tiny MCE Configuration Property Editor UI',
|
||||
loader: () => import('./property-editor-ui-tiny-mce-configuration.element.js'),
|
||||
meta: {
|
||||
|
||||
@@ -3,7 +3,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension
|
||||
|
||||
const manifest: ManifestPropertyEditorUI = {
|
||||
type: 'propertyEditorUI',
|
||||
alias: 'Umb.PropertyEditorUI.TinyMCE',
|
||||
alias: 'Umb.PropertyEditorUi.TinyMCE',
|
||||
name: 'Rich Text Editor Property Editor UI',
|
||||
loader: () => import('./property-editor-ui-tiny-mce.element.js'),
|
||||
meta: {
|
||||
@@ -16,17 +16,17 @@ const manifest: ManifestPropertyEditorUI = {
|
||||
{
|
||||
alias: 'editor',
|
||||
label: 'Editor',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.TinyMCE.Configuration',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.TinyMCE.Configuration',
|
||||
},
|
||||
{
|
||||
alias: 'overlaySize',
|
||||
label: 'Overlay Size',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.OverlaySize',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.OverlaySize',
|
||||
},
|
||||
{
|
||||
alias: 'hideLabel',
|
||||
label: 'Hide Label',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Toggle',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Toggle',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
@@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension
|
||||
|
||||
export const manifest: ManifestPropertyEditorUI = {
|
||||
type: 'propertyEditorUI',
|
||||
alias: 'Umb.PropertyEditorUI.Toggle',
|
||||
alias: 'Umb.PropertyEditorUi.Toggle',
|
||||
name: 'Toggle Property Editor UI',
|
||||
loader: () => import('./property-editor-ui-toggle.element.js'),
|
||||
meta: {
|
||||
@@ -17,25 +17,25 @@ export const manifest: ManifestPropertyEditorUI = {
|
||||
label: 'Initial State',
|
||||
description:
|
||||
'The initial state for the toggle, when it is displayed for the first time in the backoffice, eg. for a new content item.',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Toggle',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Toggle',
|
||||
},
|
||||
{
|
||||
alias: 'showLabels',
|
||||
label: 'Show toggle labels',
|
||||
description: 'Show labels next to toggle button.',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Toggle',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Toggle',
|
||||
},
|
||||
{
|
||||
alias: 'labelOn',
|
||||
label: 'Label On',
|
||||
description: 'Label text when enabled.',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.TextBox',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.TextBox',
|
||||
},
|
||||
{
|
||||
alias: 'labelOff',
|
||||
label: 'Label Off',
|
||||
description: 'Label text when disabled.',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.TextBox',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.TextBox',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
@@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension
|
||||
|
||||
export const manifest: ManifestPropertyEditorUI = {
|
||||
type: 'propertyEditorUI',
|
||||
alias: 'Umb.PropertyEditorUI.TreePicker.StartNode',
|
||||
alias: 'Umb.PropertyEditorUi.TreePicker.StartNode',
|
||||
name: 'Tree Picker Start Node Property Editor UI',
|
||||
loader: () => import('./property-editor-ui-tree-picker-start-node.element.js'),
|
||||
meta: {
|
||||
|
||||
@@ -3,7 +3,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension
|
||||
|
||||
const manifest: ManifestPropertyEditorUI = {
|
||||
type: 'propertyEditorUI',
|
||||
alias: 'Umb.PropertyEditorUI.TreePicker',
|
||||
alias: 'Umb.PropertyEditorUi.TreePicker',
|
||||
name: 'Tree Picker Property Editor UI',
|
||||
loader: () => import('./property-editor-ui-tree-picker.element.js'),
|
||||
meta: {
|
||||
@@ -17,19 +17,19 @@ const manifest: ManifestPropertyEditorUI = {
|
||||
alias: 'startNode',
|
||||
label: 'Start node',
|
||||
description: '',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.TreePicker.StartNode',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.TreePicker.StartNode',
|
||||
},
|
||||
{
|
||||
alias: 'filter',
|
||||
label: 'Allow items of type',
|
||||
description: '',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.TreePicker',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.TreePicker',
|
||||
},
|
||||
{
|
||||
alias: 'showOpenButton',
|
||||
label: 'Show open button',
|
||||
description: 'Opens the node in a dialog',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Toggle',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Toggle',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
@@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension
|
||||
|
||||
export const manifest: ManifestPropertyEditorUI = {
|
||||
type: 'propertyEditorUI',
|
||||
alias: 'Umb.PropertyEditorUI.UploadField',
|
||||
alias: 'Umb.PropertyEditorUi.UploadField',
|
||||
name: 'Upload Field Property Editor UI',
|
||||
loader: () => import('./property-editor-ui-upload-field.element.js'),
|
||||
meta: {
|
||||
|
||||
@@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension
|
||||
|
||||
export const manifest: ManifestPropertyEditorUI = {
|
||||
type: 'propertyEditorUI',
|
||||
alias: 'Umb.PropertyEditorUI.UserPicker',
|
||||
alias: 'Umb.PropertyEditorUi.UserPicker',
|
||||
name: 'User Picker Property Editor UI',
|
||||
loader: () => import('./property-editor-ui-user-picker.element.js'),
|
||||
meta: {
|
||||
|
||||
@@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension
|
||||
|
||||
export const manifest: ManifestPropertyEditorUI = {
|
||||
type: 'propertyEditorUI',
|
||||
alias: 'Umb.PropertyEditorUI.ValueType',
|
||||
alias: 'Umb.PropertyEditorUi.ValueType',
|
||||
name: 'Value Type Property Editor UI',
|
||||
loader: () => import('./property-editor-ui-value-type.element.js'),
|
||||
meta: {
|
||||
|
||||
@@ -15,6 +15,6 @@ export const AAAOverview: Story<UmbWorkspacePropertyElement> = () =>
|
||||
label="Property"
|
||||
description="Description"
|
||||
alias="textProperty"
|
||||
property-editor-ui-alias="Umb.PropertyEditorUI.TextBox"
|
||||
property-editor-ui-alias="Umb.PropertyEditorUi.TextBox"
|
||||
.value="${'Hello'}"></umb-workspace-property>`;
|
||||
AAAOverview.storyName = 'Overview';
|
||||
|
||||
@@ -5,14 +5,14 @@ export const manifest: ManifestPropertyEditorModel = {
|
||||
name: 'Content Picker',
|
||||
alias: 'Umbraco.ContentPicker',
|
||||
meta: {
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.ContentPicker',
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.ContentPicker',
|
||||
settings: {
|
||||
properties: [
|
||||
{
|
||||
alias: 'startNodeId',
|
||||
label: 'Start node',
|
||||
description: '',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.TreePicker',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.TreePicker',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
@@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension
|
||||
|
||||
export const manifest: ManifestPropertyEditorUI = {
|
||||
type: 'propertyEditorUI',
|
||||
alias: 'Umb.PropertyEditorUI.DocumentPicker',
|
||||
alias: 'Umb.PropertyEditorUi.DocumentPicker',
|
||||
name: 'Document Picker Property Editor UI',
|
||||
loader: () => import('./property-editor-ui-document-picker.element.js'),
|
||||
meta: {
|
||||
@@ -16,19 +16,19 @@ export const manifest: ManifestPropertyEditorUI = {
|
||||
alias: 'showOpenButton',
|
||||
label: 'Show open button',
|
||||
description: 'Opens the node in a dialog',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Toggle',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Toggle',
|
||||
},
|
||||
{
|
||||
alias: 'validationLimit',
|
||||
label: 'Amount of Documents',
|
||||
description: 'Require a certain amount of documents',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.NumberRange',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.NumberRange',
|
||||
},
|
||||
{
|
||||
alias: 'ignoreUserStartNodes',
|
||||
label: 'Ignore User Start Nodes',
|
||||
description: 'Selecting this option allows a user to choose nodes that they normally dont have access to',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUI.Toggle',
|
||||
propertyEditorUI: 'Umb.PropertyEditorUi.Toggle',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
@@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension
|
||||
|
||||
export const manifest: ManifestPropertyEditorUI = {
|
||||
type: 'propertyEditorUI',
|
||||
alias: 'Umb.PropertyEditorUI.Tags.StorageType',
|
||||
alias: 'Umb.PropertyEditorUi.Tags.StorageType',
|
||||
name: 'Tags Storage Type Property Editor UI',
|
||||
loader: () => import('./property-editor-ui-tags-storage-type.element.js'),
|
||||
meta: {
|
||||
|
||||
@@ -3,7 +3,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension
|
||||
|
||||
const manifest: ManifestPropertyEditorUI = {
|
||||
type: 'propertyEditorUI',
|
||||
alias: 'Umb.PropertyEditorUI.Tags',
|
||||
alias: 'Umb.PropertyEditorUi.Tags',
|
||||
name: 'Tags Property Editor UI',
|
||||
loader: () => import('./property-editor-ui-tags.element.js'),
|
||||
meta: {
|
||||
|
||||
@@ -37,7 +37,7 @@ import { Meta } from '@storybook/addon-docs';
|
||||
```json
|
||||
{
|
||||
"type": "propertyEditorUI",
|
||||
"alias": "Umb.PropertyEditorUI.TextBox",
|
||||
"alias": "Umb.PropertyEditorUi.TextBox",
|
||||
"name": "Text Box Property Editor UI",
|
||||
"elementName": "my-text-box",
|
||||
"js": "./my-text-box.element.js",
|
||||
@@ -75,7 +75,7 @@ If no Property Editor is specified in the manifest, the Propety Editor will use
|
||||
"alias": "rows",
|
||||
"label": "Number of rows",
|
||||
"description": "If empty - 10 rows would be set as the default value",
|
||||
"propertyEditorUI": "Umb.PropertyEditorUI.Number",
|
||||
"propertyEditorUI": "Umb.PropertyEditorUi.Number",
|
||||
},
|
||||
],
|
||||
"defaultData": [
|
||||
|
||||
Reference in New Issue
Block a user