django-cms / djangocms-bootstrap4

django CMS Bootstrap 4 is a plugin bundle for django CMS providing several components from the popular Bootstrap 4 framework.
https://www.django-cms.org/
Other
82 stars 58 forks source link

Please do not replace the original djangocms-link plugin #151

Open silkentrance opened 2 years ago

silkentrance commented 2 years ago

Your djangocms_link plugin uninstalls the original LinkPlugin.

However, I would like to use the original djangocms-link plugin in addition to the bootstrap4 version thereof.

I modified the bootstrap4 link plugin so that I can have both plugins at the same time.

Would you be interested in a PR to make this happen?