File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
packages/react-renderer-demo/src/helpers Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import componentTypes from '@data-driven-forms/react-form-renderer/component-typ
2
2
3
3
export const docsLinks = {
4
4
mui : 'https://material-ui.com/api/' ,
5
- pf4 : 'https://patternfly-react.surge.sh /components/' ,
5
+ pf4 : 'https://www. patternfly.org/v4 /components/' ,
6
6
blueprint : 'https://blueprintjs.com/docs/' ,
7
7
suir : 'https://react.semantic-ui.com/' ,
8
8
ant : 'https://ant.design/components/' ,
@@ -24,6 +24,7 @@ const mapperLinks = {
24
24
[ componentTypes . PLAIN_TEXT ] : 'text' ,
25
25
[ componentTypes . DUAL_LIST_SELECT ] : 'dual-list-selector' ,
26
26
[ componentTypes . SLIDER ] : 'slider' ,
27
+ [ componentTypes . FIELD_ARRAY ] : 'form#field-groups' ,
27
28
} ,
28
29
mui : {
29
30
'date-picker' : 'text-field' ,
You can’t perform that action at this time.
0 commit comments