-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added dummy UI schema and fromtend implementation
- Loading branch information
1 parent
b5f2466
commit d9b6564
Showing
9 changed files
with
91 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
action: | ||
title: RJSF Example of Arrays | ||
description: RJSF Arrays arguments | ||
image: alpine:latest | ||
command: ["sh", "-c", "for i in $(seq 60); do echo $$i; sleep 1; done"] | ||
arguments: | ||
- name: optarr | ||
title: Array | ||
description: Some additional info for option | ||
type: array |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
uiSchema: | ||
buttonGroup: | ||
'ui:widget': button | ||
radio: | ||
'ui:widget': radio | ||
arguments: | ||
radio: | ||
'ui:widget': radio |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
uiSchema: | ||
range: | ||
'ui:widget': range | ||
rangeConstrained: | ||
'ui:widget': range | ||
arguments: | ||
range: | ||
'ui:widget': range | ||
rangeConstrained: | ||
'ui:widget': range |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
uiSchema: | ||
textArea: | ||
'ui:widget': textarea | ||
'ui:placeholder': This is a placeholder | ||
color: | ||
'ui:widget': color | ||
arguments: | ||
textArea: | ||
'ui:widget': textarea | ||
'ui:placeholder': This is a placeholder | ||
color: | ||
'ui:widget': color |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters