Replies: 1 comment 12 replies
-
you can use this but it wont stop the operation from deleting your collection collections:
'*Trash':
delete_below_minimum: false
minimum_items: 0
test: true
sort_title: 蔡_Trash
smart_filter:
all:
trash: true
validate: false
sort_by: title.desc |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
in general, I'd like to remove collections with less than 2 items in it,
BUT I have a single collection, which I don't want to be deleted if it contains no item.
How would I set this up?
This is my config so far:
and this collecton should not be deleted by pmm
but I have no clue, how to set it up correctly.
This is what I tried:
I alway get " Minimum 2 Not Met " and that collections is removed.
Any hints?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions