Updated Info section (markdown)

Pk11
2020-09-25 15:42:13 -05:00
parent f3c66a8771
commit 7742cb145a
+12 -4
@@ -3,12 +3,20 @@ Every script file needs an info section
{
"info": {
"title": "Example",
"description": "An example script file",
"longDescription": "This is an optional extended description\nto be shown after selecting the file.",
"version": "1"
"shortDesc": "An example script file",
"description": "This is an optional extended description\nto be shown after selecting the file.",
"barColor": "#dc3c00",
"bgBottomColor": "#dca000",
"bgTopColor": "#dca000",
"textColor": "#ffffff",
"selectedColor": "#fa3c00",
"unselectedColor": "#b43c00",
"progressbarColor": "#fa3c00",
"version": 1,
"revision", 1
}
}
```
- The `title` and `description` will be shown in the main list to identify the file.
- The `title` and `shortDesc` 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`