Hi,
URL is not created correctly (disappear) if I remove from ckeditor toolbar "the link buttons" and leave there only "linkit button".

For example:
I have on the toolbar Linkit and Link buttons (3 buttons), my code is correct:
<p><a href="hello-url">Hello</a></p>
but if I remove link buttons and leave only one button (linkit), my code changes to:
<p>Hello</p>

this is huge bug, pls repair it :-/

Comments

jcisio’s picture

Priority: Critical » Normal
Status: Active » Closed (works as designed)
Issue tags: +ACF

It's the ACF. The Link plugin adds A into whilelist. The Linkit module should do the same thing.