mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-09 23:07:35 +07:00
23 lines
735 B
JSON
23 lines
735 B
JSON
{
|
|
"type": "array",
|
|
"items": {
|
|
"type": "object",
|
|
"properties": {
|
|
"text": { "type": "string" },
|
|
"link": { "type": "string" },
|
|
"icon": { "type": "string" },
|
|
"extraImage": { "type": "string" },
|
|
"imageSize": { "type": "number" },
|
|
"size": { "type": "number" },
|
|
"header": { "type": "number" },
|
|
"indent": { "type": "number" },
|
|
"padding": { "type": "number" },
|
|
"color": { "type": "string" },
|
|
"separator": { "type": "boolean" },
|
|
"starred": { "type": "boolean" },
|
|
"centered": { "type": "boolean" },
|
|
"iconCrossed": { "type": "boolean" }
|
|
}
|
|
}
|
|
}
|