Skip to content

Commit 9733d38

Browse files
authored
Merge pull request #166 from rvsia/update-component-mapping-doc
Update component-mapping.md
2 parents 39e2148 + 780e479 commit 9733d38

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/react-renderer-demo/src/docs-components/component-mapping.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,6 @@ Check the example below to see a simple implementation of layout components.
6363
|----|----|-----------|-----|------------|
6464
|children|node|Form field group||Based on form schema|
6565

66-
#### Icon, Array Field Wrapper, Help Block
67-
TO DO when array field docs are done
68-
69-
7066
## Creating formFieldsMapper
7167

7268
Form fields mapper defines components that are rendered from input schema. Each component in mapper must have an unique key,
@@ -89,6 +85,7 @@ const componentTypes = {
8985
[componentTypes.SWITCH]: 'switch-field',
9086
[componentTypes.TEXTAREA]: 'textarea-field',
9187
[componentTypes.SELECT]: 'select-field',
88+
[componentTypes.PLAIN_TEXT]: 'plain-text',
9289
}
9390
```
9491

0 commit comments

Comments
 (0)