ParamManagerScripts/backend/script_groups/ImportHTML/esquema_group.json

16 lines
309 B
JSON

{
"type": "object",
"properties": {
"attachments_dir": {
"type": "string",
"title": "Directorio de adjuntos",
"description": "adjuntos"
},
"output_file": {
"type": "string",
"title": "Nombre del archivo de salida",
"description": "contenido.md"
}
}
}