File tree Expand file tree Collapse file tree 1 file changed +54
-0
lines changed
website/docs/sample-workflow-tests Expand file tree Collapse file tree 1 file changed +54
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "editor" : [
3+ {
4+ "controlType" : " SECTION_V2" ,
5+ "identifier" : " SELECTOR" ,
6+ "children" : [
7+ {
8+ "controlType" : " DOUBLE_COLUMN_ZONE" ,
9+ "identifier" : " SELECTOR-Z1" ,
10+ "children" : [
11+ {
12+ "label" : " Commands" ,
13+ "description" : " Select the method to run" ,
14+ "configProperty" : " actionConfiguration.formData.command" ,
15+ "controlType" : " DROP_DOWN" ,
16+ "isSearchable" : true ,
17+ "options" : [
18+ {
19+ "index" : 1 ,
20+ "label" : " Custom Action" ,
21+ "value" : " CUSTOM_ACTION"
22+ }
23+ ]
24+ }
25+ ]
26+ }
27+ ]
28+ },
29+ {
30+ "identifier" : " CUSTOM_ACTION" ,
31+ "controlType" : " SECTION_V2" ,
32+ "name" : " Custom Action" ,
33+ "children" : [
34+ {
35+ "controlType" : " SINGLE_COLUMN_ZONE" ,
36+ "identifier" : " CUSTOM_ACTION_COLUMN" ,
37+ "children" : [
38+ {
39+ "label" : " " ,
40+ "Description" : " " ,
41+ "identifier" : " CUSTOM_ACTION_FORM" ,
42+ "subtitle" : " " ,
43+ "configProperty" : " actionConfiguration.formData.CUSTOM_ACTION" ,
44+ "controlType" : " CUSTOM_ACTIONS_CONFIG_FORM"
45+ }
46+ ]
47+ }
48+ ],
49+ "conditionals" : {
50+ "show" : " {{actionConfiguration.formData.command === 'CUSTOM_ACTION'}}"
51+ }
52+ }
53+ ]
54+ }
You can’t perform that action at this time.
0 commit comments