Added unset functionality to pagemedia (dropzone) (#1366)

* Added unset functionality to pagemedia (dropzone). Unset removes the file from the page without deleting it from the system.

* Update unset.js for formatting

* Update unset.js. Removed console log and modified JSON parsing for native faster one.

* Updated unset.js. Fixed quote style

* Fixed couple issues with the unset of images

* Merged with latest Admin
This commit is contained in:
Ryan Boog
2018-03-09 21:06:00 -06:00
committed by Andy Miller
parent a565993141
commit b56ebbe028
14 changed files with 86 additions and 60 deletions

View File

@@ -693,6 +693,7 @@ class AdminPlugin extends Plugin
'FILE_ERROR_UPLOAD',
'DROP_FILES_HERE_TO_UPLOAD',
'DELETE',
'UNSET',
'INSERT',
'METADATA',
'VIEW',