File tree Expand file tree Collapse file tree 1 file changed +9
-19
lines changed
templates/generic/app/frontend Expand file tree Collapse file tree 1 file changed +9
-19
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments