Problem/Motivation
How Drupal core's body field is defined changes in Drupal core 11.4. That leaves this recipe with a choice:
- Make configuration compatible only with Drupal core <11.4.0
- Make configuration compatible only with Drupal core >=11.4.0
- Provide configuration for field.storage.node.body
Proposed resolution
This recipe doesn't do much with the body field once defined, so take the third approach, which will dramatically simplify maintenance.
Issue fork events-3606743
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
mandclu commented