You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .changeset/beige-pumpkins-pump.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,13 @@ export function remarkInjectSocialImagePlugin() {
20
20
}
21
21
```
22
22
23
+
## Content Collections - new `remarkPluginFrontmatter` property
24
+
25
+
We have changed _inject_ frontmatter to _modify_ frontmatter in our docs to improve discoverability. This is based on support forum feedback, where "injection" is rarely the term used.
26
+
27
+
To reflect this, the `injectedFrontmatter` property has been renamed to `remarkPluginFrontmatter`. This should clarify this plugin is still separate from the `data` export Content Collections expose today.
28
+
29
+
23
30
## Migration instructions
24
31
25
32
Plugin authors should now **check for user frontmatter when applying defaults.**
0 commit comments