updated target links for Read and Learn More in rjsf editor so they pin to different tabs w/ burnettk
This commit is contained in:
parent
f99e21c63e
commit
4736173f88
|
@ -422,9 +422,9 @@ export default function ReactFormBuilder({
|
||||||
<p>
|
<p>
|
||||||
The Json Schema describes the structure of the data you want to
|
The Json Schema describes the structure of the data you want to
|
||||||
collect, and what validation rules should be applied to each
|
collect, and what validation rules should be applied to each
|
||||||
field.
|
field.{' '}
|
||||||
<a
|
<a
|
||||||
target="new"
|
target="_spiff_rjsf_read_me"
|
||||||
href="https://json-schema.org/learn/getting-started-step-by-step"
|
href="https://json-schema.org/learn/getting-started-step-by-step"
|
||||||
>
|
>
|
||||||
Read More
|
Read More
|
||||||
|
@ -442,9 +442,9 @@ export default function ReactFormBuilder({
|
||||||
<TabPanel>
|
<TabPanel>
|
||||||
<p>
|
<p>
|
||||||
These UI Settings augment the Json Schema, specifying how the
|
These UI Settings augment the Json Schema, specifying how the
|
||||||
web form should be displayed.
|
web form should be displayed.{' '}
|
||||||
<a
|
<a
|
||||||
target="new"
|
target="_spiff_rjsf_learn_more"
|
||||||
href="https://rjsf-team.github.io/react-jsonschema-form/docs/"
|
href="https://rjsf-team.github.io/react-jsonschema-form/docs/"
|
||||||
>
|
>
|
||||||
Learn More.
|
Learn More.
|
||||||
|
|
Loading…
Reference in New Issue