mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-08 00:40:14 +00:00
Updated Info section (markdown)
@@ -1,6 +1,5 @@
|
|||||||
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",
|
||||||
@@ -15,7 +14,6 @@ Every script file needs an info section
|
|||||||
"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
|
||||||
- The `description` will be shown after selecting the file, if it's not found, then the `shortDesc` will be used
|
- The `description` will be shown after selecting the file, if it's not found, then the `shortDesc` will be used
|
||||||
|
|||||||
Reference in New Issue
Block a user