mycroft-run-script/settingsmeta.json

14 lines
261 B
JSON
Raw 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",
2022-02-08 15:22:26 -06:00
"value": "/home/mycroft/scripts"
2022-02-08 14:10:12 -06:00
}]
}]
}
}