File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
packages/react-renderer-demo/src/docs-components Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -63,10 +63,6 @@ Check the example below to see a simple implementation of layout components.
63
63
| ----| ----| -----------| -----| ------------|
64
64
| children| node| Form field group|| Based on form schema|
65
65
66
- #### Icon, Array Field Wrapper, Help Block
67
- TO DO when array field docs are done
68
-
69
-
70
66
## Creating formFieldsMapper
71
67
72
68
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 = {
89
85
[componentTypes .SWITCH ]: ' switch-field' ,
90
86
[componentTypes .TEXTAREA ]: ' textarea-field' ,
91
87
[componentTypes .SELECT ]: ' select-field' ,
88
+ [componentTypes .PLAIN_TEXT ]: ' plain-text' ,
92
89
}
93
90
```
94
91
You can’t perform that action at this time.
0 commit comments