Use back image as hidden
This commit is contained in:
parent
49cd5e7fc6
commit
70017044c0
@ -65,6 +65,7 @@ exports.makeDeckJSON = function makeDeckJSON(pages, nickname, description) {
|
|||||||
BackURL: String(page.back_url),
|
BackURL: String(page.back_url),
|
||||||
NumWidth: page.columns,
|
NumWidth: page.columns,
|
||||||
NumHeight: page.rows,
|
NumHeight: page.rows,
|
||||||
|
BackIsHidden: true,
|
||||||
};
|
};
|
||||||
return acc;
|
return acc;
|
||||||
}, {}),
|
}, {}),
|
||||||
|
Loading…
Reference in New Issue
Block a user