export function openingStoryEditorBridge (dataStory, idContest=false) {
console.log(dataStory.buttonStory)
return bridge.send("VKWebAppShowStoryBox", {
"background_type": `${dataStory.backgroundType}`,
"url": `${dataStory.backgroundStory}`,
"locked": Number(dataStory.movingBackground),
"sticker_type": "renderable",
"url": `${dataStory.buttonStory}`,
"rotation": Number(dataStory.degreeRotation),
"relation_width": Number(dataStory.stickerWidth),
"translation_x": Number(dataStory.valueHorizontal),
"translation_y": Number(dataStory.valueVertical),
"gravity": `${dataStory.valueAlignment}`,
"tooltip_text_key": "Участвовать",
"tooltip_text_key": "open"
{"x": -30000, "y": -30000},
{"x": 30000, "y": -30000},
{"x": 30000, "y": 30000},
{"x": -30000, "y": 30000}