From 2a5ce0dc98e90e7a4eb0f7af552e0929f5686cd9 Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Fri, 16 Jun 2023 10:42:43 +0200 Subject: [PATCH] updating documentation for propertyEditorUi --- src/Umbraco.Web.UI.Client/.github/CONTRIBUTING.md | 2 +- .../storybook/stories/extending/property-editors.mdx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/.github/CONTRIBUTING.md b/src/Umbraco.Web.UI.Client/.github/CONTRIBUTING.md index 63d79f6cf7..e0b09f17a9 100644 --- a/src/Umbraco.Web.UI.Client/.github/CONTRIBUTING.md +++ b/src/Umbraco.Web.UI.Client/.github/CONTRIBUTING.md @@ -132,7 +132,7 @@ Let’s go through each of these properties… - section - examples include: `Content`, `Media` - dashboard - a view within a section. Examples include: the welcome dashboard - - propertyEditorUI + - propertyEditorUi - editorView - propertyAction - tree diff --git a/src/Umbraco.Web.UI.Client/storybook/stories/extending/property-editors.mdx b/src/Umbraco.Web.UI.Client/storybook/stories/extending/property-editors.mdx index d12816ef8d..a4ce9e22a6 100644 --- a/src/Umbraco.Web.UI.Client/storybook/stories/extending/property-editors.mdx +++ b/src/Umbraco.Web.UI.Client/storybook/stories/extending/property-editors.mdx @@ -36,7 +36,7 @@ import { Meta } from '@storybook/addon-docs'; ```json { - "type": "propertyEditorUI", + "type": "propertyEditorUi", "alias": "Umb.PropertyEditorUi.TextBox", "name": "Text Box Property Editor UI", "elementName": "my-text-box", @@ -64,7 +64,7 @@ If no Property Editor is specified in the manifest, the Propety Editor will use ```json { - "type": "propertyEditorUI", + "type": "propertyEditorUi", "alias": "My.PropertyEditorUI.TextArea", //... more "meta": { @@ -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": [