From 75cbd087ae727fad2f6f5fd316f5aa276a109b27 Mon Sep 17 00:00:00 2001 From: Pk11 Date: Sat, 2 Nov 2019 20:02:25 -0500 Subject: [PATCH] Created Info section (markdown) --- Info-section.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Info-section.md diff --git a/Info-section.md b/Info-section.md new file mode 100644 index 0000000..0383c17 --- /dev/null +++ b/Info-section.md @@ -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` \ No newline at end of file