23 lines
626 B
JSON
23 lines
626 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"siemens_exp_directory": {
|
|
"type": "string",
|
|
"title": "Directorio base donde esta la exportación de el proyecto de Tia",
|
|
"description": "",
|
|
"format": "directory"
|
|
},
|
|
"tags_exp_directory": {
|
|
"type": "string",
|
|
"title": "Directorio con el archivo Excel de Tags exportado de Tia",
|
|
"description": "",
|
|
"format": "directory"
|
|
},
|
|
"siemens_tia_project": {
|
|
"type": "string",
|
|
"title": "Proyecto Tia Portal",
|
|
"description": "Donde esta el archivo *.ap18 - *.ap19 - *.ap20",
|
|
"format": "directory"
|
|
}
|
|
}
|
|
} |