Created Info section (markdown)

Pk11
2019-11-02 20:02:25 -05:00
parent 7d4719032d
commit 75cbd087ae
+14
@@ -0,0 +1,14 @@
Every script file needs an info section
```json
{
"info": {
"title": "Example",
"description": "An example script file",
"longDescription": "This is an optional extended description\nto be shown after selecting the file.",
"version": "1"
}
}
```
- The `title` and `description` will be shown in the main list to identify the file.
- The `longDescription` will be shown after selecting the file, if it's not found, then the `description` will be used
- The `version` is used to confirm that the file is usable in this version of the app, this should currently always be `1`