- Compatible XF Versions
- 2.1
Description:
Removes drop image option from the editor.
(Example of drop image option)
Installation:
Add the following code to your extra.less template.
Removes drop image option from the editor.
(Example of drop image option)
Installation:
- Download Andy-RemoveDropImageOption-1.0.zip and unzip it.
- Copy the src/addons/Andy/RemoveDropImageOption directory to your server.
- From the Admin Control Panel Install the add-on.
Add the following code to your extra.less template.
Code:
.fr-toolbar .fr-command.fr-btn.fr-active, .fr-popup .fr-command.fr-btn.fr-active {
display: none;
}