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: workspaces/orchestrator/plugins/orchestrator-form-widgets/http-workflow-dev-server/exampleWorkflows/schemas/dynamic-course-select__main-schema.json
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,28 @@
31
31
"title": "This title will never be displayed. This 'courseDetails' property is just a placeholder to be replaced by the 'mySchemaUpdater' based on the fetched response. Will contain complex data later.",
"ui:text": "You might also be interested in: $${{fetch:response:suggestions}}"
45
+
}
46
+
},
47
+
"staticMessage": {
48
+
"type": "string",
49
+
"title": "Suggested Additional Courses static",
50
+
"ui:widget": "ActiveText",
51
+
"ui:props": {
52
+
"ui:variant": "subtitle1",
53
+
"ui:text": "You might also be interested in other stuff"
54
+
}
55
+
},
34
56
"mySchemaUpdater": {
35
57
"type": "string",
36
58
"title": "This title will never be displayed. The 'type' is irrelevant. There can be multiple SchemaUpdater instances, if you like. They can even be dynamically supplied by one of them.",
Copy file name to clipboardExpand all lines: workspaces/orchestrator/plugins/orchestrator-form-widgets/http-workflow-dev-server/exampleWorkflows/schemas/dynamic_schema__main-schema.json
+12-11Lines changed: 12 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -12,17 +12,6 @@
12
12
"type": "string",
13
13
"title": "Standard input field. Write something to see it in the autocomplete field."
14
14
},
15
-
"myActiveText": {
16
-
"type": "string",
17
-
"title": "Example of ActiveTextInput widget with autocomplete",
Copy file name to clipboardExpand all lines: workspaces/orchestrator/plugins/orchestrator-form-widgets/http-workflow-dev-server/httpServer.dynamic.course.select.js
+25-1Lines changed: 25 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
* you may not use this file except in compliance with the License.
6
6
* You may obtain a copy of the License at
7
7
*
8
-
* http://www.apache.org/licenses/LICENSE-2.0
8
+
* http://www.apache.org/licenses/LICENSE-2.0
9
9
*
10
10
* Unless required by applicable law or agreed to in writing, software
11
11
* distributed under the License is distributed on an "AS IS" BASIS,
0 commit comments