mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-07 00:39:30 +00:00
Updated Info section (markdown)
+13
-15
@@ -1,20 +1,18 @@
|
|||||||
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.",
|
"barColor": "#dc3c00",
|
||||||
"barColor": "#dc3c00",
|
"bgBottomColor": "#dca000",
|
||||||
"bgBottomColor": "#dca000",
|
"bgTopColor": "#dca000",
|
||||||
"bgTopColor": "#dca000",
|
"textColor": "#ffffff",
|
||||||
"textColor": "#ffffff",
|
"selectedColor": "#fa3c00",
|
||||||
"selectedColor": "#fa3c00",
|
"unselectedColor": "#b43c00",
|
||||||
"unselectedColor": "#b43c00",
|
"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
|
||||||
|
|||||||
Reference in New Issue
Block a user