Skip to content

Commit 6cf7234

Browse files
authored
Create confluence_uqi_config.json
1 parent bc2dbcf commit 6cf7234

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
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+
}

0 commit comments

Comments
 (0)