They must use the image icon above the text editor, not the upload attachments button.
I have changed the phrase of the upload attachments button (button.attach)
NB: the get that image in the phrase, change the phrase to:
Code:
Attach files here<br />
<span class="im">For images use the icon </span>above
Then add to extra.less
Code:
//attachment notice
.im:after
{
.m-faContent(@fa-var-image)
}
Last edited: