Deprecated Implicit Content Property
With version 0.12.0, Content Collections deprecates the automatic addition of the content property to the document when using the frontmatter parser (the default parser).
Current behavior:
With version 0.12.0, this automatic behavior is deprecated, and a warning will appear when it is used. In a future release, this behavior will be removed.
Instead, use a schema that explicitly defines the content property:
That's it! You can now access the content property without any deprecation warnings.
Suppressing Deprecation Warning
If you are not ready to add the explicit property, you can suppress the deprecation warning by setting the suppressDeprecationWarnings option in your configuration: