If possible, it would be great for the bulk update/delete for content to list sub-categories based on content types that have been created rather than delete all content and bulk update all content only.
For example having:
Book type
Chapter type
Page type
I use [node:book:parent:url:alias] to create alias' for chapter types and page types in a book type I've created (with the parent being reliant on various tokens). I recently found myself needing to delete all content to do a bulk update. However, the issue is that some page types and chapter types are updated before the parent book type (I assume same would apply for "root" instead of "parent") and I get inconsistent in the generated alias. This would be easy to solve if I could first delete and bulk update a book type, then a chapter type, etc.
This would also be less intensive on memory.
Anyway, thanks for a great module.