We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b83f112 + 56ad02f commit 94e3b8eCopy full SHA for 94e3b8e
1 file changed
packages/react-renderer-demo/src/helpers/original-component-link.js
@@ -2,7 +2,7 @@ import componentTypes from '@data-driven-forms/react-form-renderer/component-typ
2
3
export const docsLinks = {
4
mui: 'https://material-ui.com/api/',
5
- pf4: 'https://patternfly-react.surge.sh/components/',
+ pf4: 'https://www.patternfly.org/v4/components/',
6
blueprint: 'https://blueprintjs.com/docs/',
7
suir: 'https://react.semantic-ui.com/',
8
ant: 'https://ant.design/components/',
@@ -24,6 +24,7 @@ const mapperLinks = {
24
[componentTypes.PLAIN_TEXT]: 'text',
25
[componentTypes.DUAL_LIST_SELECT]: 'dual-list-selector',
26
[componentTypes.SLIDER]: 'slider',
27
+ [componentTypes.FIELD_ARRAY]: 'form#field-groups',
28
},
29
mui: {
30
'date-picker': 'text-field',
0 commit comments