Skip to content
Srdjan Djenader edited this page Dec 4, 2017 · 1 revision

Provides a tool for removing images.


Enabling the Plugin

plugins: [
    'Rotate',
    'Crop',
    'Resize',
    'Save',
    'Delete'
]

Configuration

pluginsConfig: {
    Delete: {
        fullRemove: true
    }
}
  • Whether to fully remove imager.
    • If true, everything will be removed from DOM.
    • Only standalone version: If false, the selector for adding an image will be left.