A package to see what doc types, templates, etc are not being used?
Hi,
I am looking to do some clean up of my Umbraco instance. Is there a package that will let me see what nodes, doc types, templates, etc are not being used so that I can safely delete them?
That depends, there are a couple of packages available (if you look in the Projects section of this site you should find them) that work to a degree in Umbraco 7.
I say to a degree as if you are using the grid they might not search in it. This means you need to be careful. The same goes for Leblender and Archtype objects.
A package to see what doc types, templates, etc are not being used?
Hi,
I am looking to do some clean up of my Umbraco instance. Is there a package that will let me see what nodes, doc types, templates, etc are not being used so that I can safely delete them?
Thanks, Saied
That depends, there are a couple of packages available (if you look in the Projects section of this site you should find them) that work to a degree in Umbraco 7.
I say to a degree as if you are using the grid they might not search in it. This means you need to be careful. The same goes for Leblender and Archtype objects.
These are two packages available:
I wonder if this is as easy to code as:
Would be a fun experiment!
Well it's not so simple, but it's close.
A better (yet not perfect) version would be:
And this won't still take into account:
Needs work, but I suspect it won't end up in something overly complicated.
is working on a reply...