Problem/Motivation
Drupal 11.3.x moved the base config for the node body field to a sub-module of the node module, called node_storage_body_field. We need to patch drupal/blog to fix this error to get WxT builds to pass on the 6.3.x branch.
Steps to reproduce
Install 6.3.x (GitHub only at this point), see error:
Configuration objects provided by <em class="placeholder">blog</em> have unmet dependencies: <em class="placeholder">field.field.node.blog_post.body (field.storage.node.body)</em>
Comments
Comment #2
joseph.olstadComment #3
smulvih2This has been fixed in 6.3.x, automated builds now pass.