-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmetadata.json
32 lines (32 loc) · 902 Bytes
/
metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "template",
"title": "Fixed value column",
"description": "This component adds a fixed value column to a table",
"version": "1.0.0",
"icon": "component-default.svg",
"cartoEnvVars": [],
"inputs": [
{
"name": "input_table",
"title": "Input table",
"description": "The table to add the column to",
"type": "Table"
},
{
"name": "value",
"title": "Column value",
"description": "The value to add to the column",
"type": "String",
"mode": "multiline",
"placeholder": "The value\nto add to the column"
}
],
"outputs": [
{
"name": "output_table",
"title": "Output table",
"description": "The table with the column added",
"type": "Table"
}
]
}