mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-19 00:11:49 +03:00
032a8def9e
refs https://github.com/TryGhost/Ghost/issues/9623 - detect pastes that contain image files and insert a card for each, setting `payload.files` to the `File` instance grabbed from the clipboard - update the `addComponent` hook to ensure the `payload.files` array is preserved, browsers do not allow `File` instances to be copied - update `{{koenig-card-image}}` to look for a `payload.files` value to auto-upload it via it's internal `{{gh-uploader}}` - NOTE: browser support for accessing image files on paste varies: - Safari: will paste all images - Chrome: will only paste the first image - Firefox: will not paste any images |
||
---|---|---|
.. | ||
addon | ||
app/components | ||
docs/specs | ||
public/icons/koenig | ||
index.js | ||
package.json |