mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-27 18:52:14 +03:00
Fixed note copy
This commit is contained in:
parent
fe1d0e44b4
commit
4315b21d25
@ -13,7 +13,7 @@ module.exports = (event, model) => {
|
||||
ops.push(() => {
|
||||
let frame = {options: {previous: false, context: {user: true}}};
|
||||
|
||||
// NOTE: below options are lost in the during event processing, a more holistic approach would be
|
||||
// @NOTE: below options are lost during event processing, a more holistic approach would be
|
||||
// to pass them somehow along with the model
|
||||
if (['posts', 'pages'].includes(docName)) {
|
||||
frame.options.formats = ['mobiledoc', 'html', 'plaintext'];
|
||||
|
Loading…
Reference in New Issue
Block a user