Files
onlyoffice.github.io/sdkjs-plugins/content/html/config.json

82 lines
2.8 KiB
JSON

{
"name": "Get and paste html",
"nameLocale": {
"ru": "Получить и вставить html",
"fr": "Obtenir et coller du html",
"es": "Obtener y pegar html",
"de": "HTML abrufen und einfügen"
},
"guid": "asc.{E581C417-3C80-4BC2-B42D-502850FDC1E7}",
"version": "1.0.0",
"variations": [
{
"description": "Get and paste html",
"descriptionLocale": {
"ru": "Получить и вставить html",
"fr": "Obtenir et coller du html",
"es": "Obtener y pegar html",
"de": "HTML abrufen und einfügen"
},
"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": true,
"EditorsSupport": [ "word", "cell", "slide" ],
"isVisual": true,
"isModal": false,
"isInsideMode": true,
"initDataType": "html",
"isUpdateOleOnResize": false,
"initOnSelectionChanged": true,
"store": {
"background": {
"light": "#F5F5F5",
"dark": "#555555"
},
"screenshots": ["resources/store/screen_1.png"]
}
}
]
}