override Context-Aware Configuration (CAConfig) values at the page level
We are using CAConfig for injecting SEO metadata. It works great at the brand root (/content/brand-x) level. However, we have a requirement where authors should be able to override a few config values like og:title or og:image on a specific page, while still inheriting the rest from the brand-level configuration.
What is the best approach to override only some values at the page level using CAConfig?