Updated Info section (markdown)

Pk11
2020-09-25 16:26:32 -05:00
parent 576841b5d6
commit 25fcd60944
+1 -3
@@ -1,7 +1,6 @@
Every script file needs an info section Every script file needs an info section
```json ```json
{ "info": {
"info": {
"title": "Example", "title": "Example",
"shortDesc": "An example script file", "shortDesc": "An example script file",
"description": "This is an optional extended description\nto be shown after selecting the file.", "description": "This is an optional extended description\nto be shown after selecting the file.",
@@ -14,7 +13,6 @@ Every script file needs an info section
"progressbarColor": "#fa3c00", "progressbarColor": "#fa3c00",
"version": 3, "version": 3,
"revision": 1 "revision": 1
}
} }
``` ```
- The `title` and `shortDesc` 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