updated target links for Read and Learn More in rjsf editor so they pin to different tabs w/ burnettk

This commit is contained in:
jasquat 2023-10-23 11:52:51 -04:00
parent f99e21c63e
commit 4736173f88
1 changed files with 4 additions and 4 deletions

View File

@ -422,9 +422,9 @@ export default function ReactFormBuilder({
<p>
The Json Schema describes the structure of the data you want to
collect, and what validation rules should be applied to each
field.
field.{' '}
<a
target="new"
target="_spiff_rjsf_read_me"
href="https://json-schema.org/learn/getting-started-step-by-step"
>
Read More
@ -442,9 +442,9 @@ export default function ReactFormBuilder({
<TabPanel>
<p>
These UI Settings augment the Json Schema, specifying how the
web form should be displayed.
web form should be displayed.{' '}
<a
target="new"
target="_spiff_rjsf_learn_more"
href="https://rjsf-team.github.io/react-jsonschema-form/docs/"
>
Learn More.