jrief / djangocms-cascade

Build Single Page Applications using the Django-CMS plugin system
MIT License
165 stars 85 forks source link

Link attributes are not displayed in the TextLinkPlugin and SimpleIconPlugin plugins #405

Open execut opened 3 years ago

execut commented 3 years ago

For example, we have this text link: image

Expected:

<a href="http://ya.ru/" title="titleasdasd" target="_blank" class="cms-plugin cms-plugin-5678">testt</a>

actual wrong result:

<a href="http://ya.ru/" class="cms-plugin cms-plugin-5678">testt</a>

Also SimpleIconPlugin has this bug.

I think this is similar to the previous error with another plugin #397