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: plone/mockup#1116
Full documentation for end users can be found in the "docs" folder.
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.
Mikel Larreategi
- Issue Tracker: https://github.com/collective/collective.externallinkfilter/issues
- Source Code: https://github.com/collective/collective.externallinkfilter
- Documentation: https://docs.plone.org/foo/bar
The project is licensed under the GPLv2.