ParamManagerScripts/backend/script_groups/EmailCrono/esquema_group.json

15 lines
307 B
JSON

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