Skip to content

Commit 0cdb641

Browse files
authored
Update option schema.js
1 parent e789677 commit 0cdb641

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

Modern Development/Service Portal Widgets/Open in Platform/option schema.js

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,17 @@
66
"default_value":"Open in Platform"
77
},
88
{
9-
"name":"open_in_sow",
9+
"name":"open_in_workspace",
1010
"type":"string",
11-
"label":"Name for SOW Button",
12-
"default_value":"Open in SOW"
11+
"label":"Name for Workspace Button",
12+
"default_value":"Open In workspace"
13+
},
14+
{
15+
"name":"define_workspace",
16+
"type":"json",
17+
"label":"Define Table Workspace JSON Mapping",
18+
"value":{
19+
"sn_grc_issue":"risk/privacy"
20+
}
1321
}
1422
]

0 commit comments

Comments
 (0)