updating documentation for propertyEditorUi

This commit is contained in:
Jacob Overgaard
2023-06-16 10:42:43 +02:00
parent ea09789b85
commit 2a5ce0dc98
2 changed files with 4 additions and 4 deletions

View File

@@ -132,7 +132,7 @@ Lets 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

View File

@@ -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": [