Ghost/ghost/admin
Kevin Ansfield 032a8def9e Koenig - Create image cards when pasting image files
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
2018-05-29 15:23:50 +01:00
..
.github
app Koenig - Fixed non-clickable area at top of editor 2018-05-24 13:33:26 +01:00
config Remove ember application template wrapper 2018-05-01 10:57:20 +01:00
lib Koenig - Create image cards when pasting image files 2018-05-29 15:23:50 +01:00
mirage Replaced config routeKeyword with hardcoded one (#1004) 2018-04-17 09:52:41 +01:00
public/assets UI Fixes (#1015) 2018-05-07 12:15:44 +01:00
tests Fix tests 2018-05-17 15:18:09 +01:00
.csscomb.json
.editorconfig
.ember-cli
.eslintrc.js
.gitignore
.travis.yml
.watchmanconfig
ember-cli-build.js Don't fingerprint assets in development (dev perf fix) (#1018) 2018-05-21 09:37:17 +01:00
Gruntfile.js
LICENSE
package.json Version bump to 1.23.0 2018-05-22 20:29:46 +01:00
README.md
testem.js
yarn.lock Bump Spirit dependency 2018-05-17 11:43:21 +01:00

Ghost-Admin

Build Status Coverage Status

This is the home of Ember.js based admin client that ships with Ghost.

Do you want to set up a Ghost blog? Check the getting started guide

Do you want to modify or contribute to Ghost-Admin? Please read the working with Ghost-Admin section of our contributing guide for setup details and swing by our forum if you need any help 😄

Have a bug or issue?

Bugs and issues (even if they only affect the admin client) should be opened on the core Ghost repository.

Copyright & License

Copyright (c) 2013-2018 Ghost Foundation - Released under the MIT license. Ghost and the Ghost Logo are trademarks of Ghost Foundation Ltd. Please see our trademark policy for info on acceptable usage.