Skip to content

Commit ff4fc12

Browse files
authored
fix: generic template updated (#128)
1 parent 30b427f commit ff4fc12

File tree

1 file changed

+9
-19
lines changed

1 file changed

+9
-19
lines changed
Lines changed: 9 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,27 @@
11
{
2-
"id": "Extractor",
3-
"name": "Extractor",
2+
"id": "generic",
3+
"name": "Generic",
44
"logo": "https://assets.atlan.com/assets/ph-file-cloud-light.svg",
55
"config": {
66
"properties": {
7-
"input_file": {
7+
"example_text_input": {
88
"type": "string",
99
"required": true,
1010
"ui": {
11-
"label": "Input JSON file path",
12-
"placeholder": "e.g., extractor-app-input-table.json",
13-
"grid": 8
14-
}
15-
},
16-
"output_file": {
17-
"type": "string",
18-
"required": true,
19-
"ui": {
20-
"label": "Output file path",
21-
"placeholder": "e.g., transformed_tables.json",
11+
"label": "Example Text Input",
12+
"placeholder": "Enter a value",
2213
"grid": 8
2314
}
2415
}
2516
},
2617
"steps": [
2718
{
28-
"id": "payload",
29-
"title": "Setup",
19+
"id": "configuration",
20+
"title": "Configuration",
3021
"properties": [
31-
"input_file",
32-
"output_file"
22+
"example_text_input"
3323
]
3424
}
3525
]
3626
}
37-
}
27+
}

0 commit comments

Comments
 (0)