From 25fcd60944bb3404b67ea9a1ac0230008c9bc418 Mon Sep 17 00:00:00 2001 From: Pk11 Date: Fri, 25 Sep 2020 16:26:32 -0500 Subject: [PATCH] Updated Info section (markdown) --- Info-section.md | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/Info-section.md b/Info-section.md index 61e3a20..f9c85d7 100644 --- a/Info-section.md +++ b/Info-section.md @@ -1,20 +1,18 @@ Every script file needs an info section ```json -{ - "info": { - "title": "Example", - "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": 3, - "revision": 1 - } +"info": { + "title": "Example", + "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": 3, + "revision": 1 } ``` - The `title` and `shortDesc` will be shown in the main list to identify the file