I'm trying to use MICROPUB_OPTION_DERIVE_CATEGORY to override the social and article values written by default (using Quill). My goal is to have these values replaced for status when there's no title and post for articles.
I've used the following values for the env variable:
I'm trying to use
MICROPUB_OPTION_DERIVE_CATEGORY
to override thesocial
andarticle
values written by default (using Quill). My goal is to have these values replaced forstatus
when there's no title andpost
for articles.I've used the following values for the env variable:
and also
But it doesn't work. Is there something I am missing in the documentation? Is there another way to accomplish this?
Thanks.