Skip to content

Commit 56ad02f

Browse files
committed
Update link to PF4 documentation
1 parent 834aaac commit 56ad02f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/react-renderer-demo/src/helpers/original-component-link.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import componentTypes from '@data-driven-forms/react-form-renderer/component-typ
22

33
export const docsLinks = {
44
mui: 'https://material-ui.com/api/',
5-
pf4: 'https://patternfly-react.surge.sh/components/',
5+
pf4: 'https://www.patternfly.org/v4/components/',
66
blueprint: 'https://blueprintjs.com/docs/',
77
suir: 'https://react.semantic-ui.com/',
88
ant: 'https://ant.design/components/',
@@ -24,6 +24,7 @@ const mapperLinks = {
2424
[componentTypes.PLAIN_TEXT]: 'text',
2525
[componentTypes.DUAL_LIST_SELECT]: 'dual-list-selector',
2626
[componentTypes.SLIDER]: 'slider',
27+
[componentTypes.FIELD_ARRAY]: 'form#field-groups',
2728
},
2829
mui: {
2930
'date-picker': 'text-field',

0 commit comments

Comments
 (0)