You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/server-api/src/plugin.ts
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -134,9 +134,21 @@ export interface Plugin {
134
134
schema: object|(()=>object)
135
135
136
136
/**
137
-
* A [uiSchema object](https://rjsf-team.github.io/react-jsonschema-form/docs/api-reference/uiSchema) which is used to control how the user interface is rendered in the Admin UI.
137
+
* A [uiSchema object](https://github.com/mozilla-services/react-jsonschema-form#the-uischema-object) which is used to control how the user interface is rendered in the Admin UI.
138
138
*
139
-
* For more information, see the [RJSF documentation on uiSchema](https://rjsf-team.github.io/react-jsonschema-form/docs/api-reference/uiSchema)
139
+
* For more information, see [react-jsonschema-form-extras](https://github.com/RxNT/react-jsonschema-form-extras#collapsible-fields-collapsible)
140
+
*
141
+
* @example
142
+
* Make all data in an object called 'myObject' collapsible:
0 commit comments