mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Add preferred changed items to mods.
This commit is contained in:
parent
13adbd5466
commit
509f11561a
7 changed files with 273 additions and 41 deletions
|
|
@ -26,6 +26,15 @@
|
|||
"Favorite": {
|
||||
"description": "Whether the mod is favourited by the user.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"PreferredChangedItems": {
|
||||
"description": "Preferred items to list as the main item of a group.",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"minimum": 0,
|
||||
"type": "integer"
|
||||
},
|
||||
"uniqueItems": true
|
||||
}
|
||||
},
|
||||
"required": [ "FileVersion" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue