mycroft-run-script/settingsmeta.json

14 lines
258 B
JSON
Raw Permalink Normal View History

2022-02-08 14:10:12 -06:00
{
"skillMetadata": {
"sections": [{
"name": "Scripts Location",
"fields": [{
"name": "script_dir",
"type": "text",
"label": "Directory containing scripts",
2023-04-12 11:41:42 -05:00
"value": "/home/neon/scripts"
2022-02-08 14:10:12 -06:00
}]
}]
}
}