I was trying to set anthologies as "Anthology" in the status column. I already have this in place for oneshots:
Code:
custom_columns_settings:
oneshot=>#fanficstatus
replace_metadata:
## Sets one-chapter fics to oneshot
oneshot=>Completed=>Oneshot&&numChapters=>^1$
# 'add_to_' concats on to existing param, thus the leading comma
add_to_extra_valid_entries:,oneshot,tagscategory,
# oneshot is a copy of status because status itself isn't a list.
include_in_oneshot:status
I think I know how to adapt it, but I'm not sure exactly what to put in the replace_metadata part. Any suggestion?
Thank you.