Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Dec 19, 2024
1 parent 34b69b2 commit dad41f2
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 10 deletions.
35 changes: 25 additions & 10 deletions Build/.nuke/build.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,38 +23,45 @@
},
"IssConfiguration": {
"type": "object",
"description": "IssConfiguration",
"properties": {
"Title": {
"type": [
"null",
"string"
]
],
"description": "Title (default null)"
},
"Image": {
"type": [
"null",
"string"
]
],
"description": "Image (default IMAGE)"
},
"ImageSmall": {
"type": [
"null",
"string"
]
],
"description": "Small Image (default IMAGESMALL)"
},
"Icon": {
"type": [
"null",
"string"
]
],
"description": "Icon (default ICON)"
},
"Licence": {
"type": [
"null",
"string"
]
],
"description": "Licence (default LICENSE)"
},
"Language": {
"description": "Language (default IssLanguage)",
"oneOf": [
{
"type": "null"
Expand All @@ -69,6 +76,7 @@
"array",
"null"
],
"description": "IssLanguages",
"items": {
"$ref": "#/definitions/IssLanguageLicence"
}
Expand All @@ -77,41 +85,48 @@
},
"IssLanguage": {
"type": "object",
"description": "IssLanguage",
"properties": {
"Name": {
"type": [
"null",
"string"
]
],
"description": "Name (default \"en\")"
},
"MessagesFile": {
"type": [
"null",
"string"
]
],
"description": "MessagesFile (default \"compiler:Default.isl\")"
}
}
},
"IssLanguageLicence": {
"type": "object",
"description": "IssLanguageLicence",
"properties": {
"Name": {
"type": [
"null",
"string"
]
],
"description": "Name (default \"en\")"
},
"MessagesFile": {
"type": [
"null",
"string"
]
],
"description": "MessagesFile (default \"compiler:Default.isl\")"
},
"Licence": {
"type": [
"null",
"string"
]
],
"description": "Licence (default LICENSE)"
}
}
},
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit dad41f2

Please sign in to comment.