diff --git a/CHANGES.rst b/CHANGES.rst index e3c9980..d4ebaaf 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,7 +4,8 @@ Changelog 5.5.3 (unreleased) ------------------ -- Nothing changed yet. +- Add view "find-broken-links" that return a csv file with a list of contents with broken links in blocks. + [cekk] 5.5.2 (2024-09-05) diff --git a/README.rst b/README.rst index 22a08b0..dfe18c1 100644 --- a/README.rst +++ b/README.rst @@ -280,6 +280,10 @@ Find blocks There is a view **@@find-blocks** that will return contents that have at least one block of the given type. +Find broken links +================= + +There is a view **@@find-broken-links** that will return a csv file with a list of contents with broken internal links in blocks. Stringinterp adapters ===================== diff --git a/src/redturtle/volto/browser/configure.zcml b/src/redturtle/volto/browser/configure.zcml index 98cdbe8..126261b 100644 --- a/src/redturtle/volto/browser/configure.zcml +++ b/src/redturtle/volto/browser/configure.zcml @@ -57,7 +57,13 @@ permission="cmf.ManagePortal" layer="redturtle.volto.interfaces.IRedturtleVoltoLayer" /> - +