Files
onlyoffice.github.io/config.json
Alexander Trofimov 0888a2ca0c Update version
2022-06-24 23:23:33 +03:00

105 lines
2.4 KiB
JSON

{
"name": "draw.io",
"nameLocale": {
"ru": "draw.io",
"fr": "draw.io",
"es": "draw.io",
"de": "draw.io"
},
"guid": "asc.{DB38923B-A8C0-4DE9-8AEE-A61BB5C901A5}",
"version": "1.0.1",
"variations": [
{
"description": "draw.io",
"descriptionLocale": {
"ru": "draw.io",
"fr": "draw.io",
"es": "draw.io",
"de": "draw.io"
},
"url": "index.html",
"icons": [ "resources/light/icon.png", "resources/light/icon@2x.png" ],
"icons2": [
{
"style" : "light",
"100%": {
"normal": "resources/light/icon.png"
},
"125%": {
"normal": "resources/light/icon@1.25x.png"
},
"150%": {
"normal": "resources/light/icon@1.5x.png"
},
"175%": {
"normal": "resources/light/icon@1.75x.png"
},
"200%": {
"normal": "resources/light/icon@2x.png"
}
},
{
"style" : "dark",
"100%": {
"normal": "resources/dark/icon.png"
},
"125%": {
"normal": "resources/dark/icon@1.25x.png"
},
"150%": {
"normal": "resources/dark/icon@1.5x.png"
},
"175%": {
"normal": "resources/dark/icon@1.75x.png"
},
"200%": {
"normal": "resources/dark/icon@2x.png"
}
}
],
"isViewer": false,
"EditorsSupport": [ "word", "cell", "slide" ],
"isVisual": true,
"isModal": true,
"isInsideMode": false,
"initDataType": "ole",
"initData": "",
"isUpdateOleOnResize": false,
"buttons": [
{
"text": "Insert",
"primary": true,
"textLocale": {
"ru": "Вставить",
"fr": "Insérer",
"es": "Insertar",
"de": "Einfügen",
"cs": "Vložit"
}
},
{
"text": "Cancel",
"primary": false,
"textLocale": {
"ru": "Отмена",
"fr": "Annuler",
"es": "Cancelar",
"de": "Abbrechen",
"cs": "Zrušit"
}
}
],
"size": [ 1200, 1000 ]
}
]
}