0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/lib/mobiledoc/cards
Rishabh Garg d9a0c8732c Fixed error when saving unknown url in bookmark card (#11210)
no issue

- `payload.metadata` may not exist in a bookmark card because it's possible to save a mobiledoc document when the card is in it's "unable to parse url" state in the editor
- check for `payload.metadata` object before performing any url transformations to avoid invalid property access
2019-10-08 11:11:32 +01:00
..
bookmark.js Fixed error when saving unknown url in bookmark card (#11210) 2019-10-08 11:11:32 +01:00
card-markdown.js
code.js Added transformer methods to mobiledoc cards 2019-10-07 22:59:19 +01:00
embed.js Added transformer methods to mobiledoc cards 2019-10-07 22:59:19 +01:00
gallery.js Added transformer methods to mobiledoc cards 2019-10-07 22:59:19 +01:00
hr.js
html.js Added transformer methods to mobiledoc cards 2019-10-07 22:59:19 +01:00
image.js Added transformer methods to mobiledoc cards 2019-10-07 22:59:19 +01:00
index.js Added support for bookmark card (#11024) 2019-08-27 15:01:02 +01:00
markdown.js Added transformer methods to mobiledoc cards 2019-10-07 22:59:19 +01:00