Skip to content

Commit

Permalink
docs: fix playground sample links (#3141)
Browse files Browse the repository at this point in the history
Co-authored-by: Heath C <[email protected]>
  • Loading branch information
LucienLeMagicien and heath-freenome authored Sep 23, 2022
1 parent 5270237 commit e16fc65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/advanced-customization/custom-templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const uiSchema = {
}
```

Please see [customArray.js](https://github.com/rjsf-team/react-jsonschema-form/blob/main/packages/playground/src/samples/customArray.js) for another example.
Please see the [customArray.jsx sample](https://github.com/rjsf-team/react-jsonschema-form/blob/main/packages/playground/src/samples/customArray.jsx) from the [playground](https://rjsf-team.github.io/react-jsonschema-form/) for another example.

The following props are passed to each `ArrayFieldTemplate`:

Expand Down Expand Up @@ -646,7 +646,7 @@ const uiSchema = {
};
```

Please see [customObject.js](https://github.com/rjsf-team/react-jsonschema-form/blob/main/packages/playground/src/samples/customObject.js) for a better example.
Please see the [customObject.jsx sample](https://github.com/rjsf-team/react-jsonschema-form/blob/main/packages/playground/src/samples/customObject.jsx) from the [playground](https://rjsf-team.github.io/react-jsonschema-form/) for a better example.

The following props are passed to each `ObjectFieldTemplate` as defined by the `ObjectFieldTemplateProps` in `@rjsf/utils`:

Expand Down

0 comments on commit e16fc65

Please sign in to comment.