mirror of
https://github.com/ONLYOFFICE/onlyoffice.github.io.git
synced 2026-04-07 14:04:30 +08:00
Move store info to first variation
This commit is contained in:
@ -68,7 +68,19 @@
|
||||
|
||||
"buttons": [],
|
||||
|
||||
"initOnSelectionChanged": true
|
||||
"initOnSelectionChanged": true,
|
||||
|
||||
"store": {
|
||||
"background": {
|
||||
"light" : "#F5F5F5",
|
||||
"dark" : "#444444"
|
||||
},
|
||||
"screenshots" : ["resources/store/screenshots/screen_1.png"],
|
||||
"icons" : {
|
||||
"light" : "resources/store/icons",
|
||||
"dark" : "resources/store/icons"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"description": "About",
|
||||
@ -100,18 +112,7 @@
|
||||
}
|
||||
],
|
||||
|
||||
"size": [ 400, 50 ],
|
||||
"store": {
|
||||
"background": {
|
||||
"light" : "#F5F5F5",
|
||||
"dark" : "#444444"
|
||||
},
|
||||
"screenshots" : ["resources/store/screenshots/screen_1.png"],
|
||||
"icons" : {
|
||||
"light" : "resources/store/icons",
|
||||
"dark" : "resources/store/icons"
|
||||
}
|
||||
}
|
||||
"size": [ 400, 50 ]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user