Override .meta.yml on individual pages in the folder? #6913
-
I am looking for help to override the .meta.yml configuration for some pages within the folder. Context: I am adding a Discourse comments section to our documentation. I've set the .meta.yml to However, there are some pages within the folder (like our main index.md) that we don't want comments on. I've tried excluding them using meta formatting at the top, like:
I've also tried Is there a way to override the .meta.yml on some pages within the shared folder? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hello @rachel-rigdon-sp, However, the current implementation merges the defaults onto the page's meta: I'm unfamiliar with merge strategies, so perhaps the intention of additive was to only merge values that are not present, but A quick solution would be to make a hook to replace the value after the meta plugin already processed the page. #6324 (reply in thread) Apart of that please create a bug report. |
Beta Was this translation helpful? Give feedback.
-
This turned out to be a bug (read: unintended behavior) which was reported in #6914 and fixed. |
Beta Was this translation helpful? Give feedback.
This turned out to be a bug (read: unintended behavior) which was reported in #6914 and fixed.