When using <xf:editorrow>
in a custom page, the editor won't allow images to be attached by URL.
It either throws the "Image cannot be loaded from the passed link error" or the image just blinks in the text area and isn't actually inserted.
[code]
<xf:editorrow name="message"
value="{$defaultMessage}"
rowtype="fullWidth noLabel"
maxlength="{$xf.options.messageMaxLength}"
placeholder="{{ phrase('reply_placeholder') }}"
label="{{ phrase('message') }}" />
[/code]
I've tried it both with and without the attachments=
values being set.
In my tests, the Proxy images and Proxy links options are disabled.