next-drupal
next-drupal copied to clipboard
error with install profile
When installing the install profile that comes bundled with Drupal, I get an issue that it is unable to install jsonapi_menu_items jsonapi_hypermedia is required.
This is resolved by adding the following line in the drupal/config/core.extension.yml
jsonapi_hypermedia: 0
added pull request https://github.com/chapter-three/next-drupal/pull/491