Plone Add-on Gallery

collective.externallinkfilter

https://github.com/collective/collective.externallinkfilter/actions/workflows/plone-package.yml/badge.svg Coveralls https://codecov.io/gh/collective/collective.externallinkfilter/branch/master/graph/badge.svg Latest Version Egg Status https://img.shields.io/pypi/pyversions/collective.externallinkfilter.svg?style=plastic:alt:Supported-PythonVersions License

collective.externallinkfilter

This addon overrides Plone’s default resolve_uid_and_caption filter, to not to try to transform external links entered through TinyMCE.

This product is a workaround of the following bug: https://github.com/plone/mockup/issues/1116

Documentation

Full documentation for end users can be found in the “docs” folder.

Installation

Install collective.externallinkfilter by adding it to your buildout:

[buildout]

...

eggs =
    collective.externallinkfilter

and then running bin/buildout

This product will be enabled when you restart the instance. There is no need to install any profile.

To uninstall this product just remove it from your buildout file and run buildout.

Authors

Mikel Larreategi

Contribute

License

The project is licensed under the GPLv2.

Contributors

Changelog

1.0 (2023-02-23)

  • Initial release. [erral]