Quote:
Originally Posted by ownedbycats
A new question: I have a Yes/No column for my reading status. Is there any way to set it back to "no" when I update a fic? Under Custom Columns, there was only "in-progress" and "completed."
|
Sure. You can explicitly set it to No for any FFF update:
Code:
custom_columns_settings:
"N"=>#read
(You need to use your custom column id, of course, as well as add that line to the list if you already have custom_columns_settings.)