mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-07 16:59:08 +00:00
Created Info section (markdown)
+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`
|
||||||
Reference in New Issue
Block a user