Skip to content

Commit 20a33be

Browse files
authored
Create option schema.js
1 parent 7ec638a commit 20a33be

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[
2+
{
3+
"name":"open_in_platform",
4+
"type":"string",
5+
"label":"Name for Plarform Button",
6+
"default_value":"Open in Platform"
7+
},
8+
{
9+
"name":"open_in_sow",
10+
"type":"string",
11+
"label":"Name for SOW Button",
12+
"default_value":"Open in SOW"
13+
}
14+
]

0 commit comments

Comments
 (0)