We'd like to use drupal as an interim site for a training course that usings H5P. Once our Moodle site is upgraded we plan to use it as the main site for training courses with H5P. Is there much difference in utility with H5P using Drupal versus Moodle?
By default gatsby-source-drupal resolves Entity Reference relationships using just ID. If you areusing the contrib module Entity reference revisions and Paragraphs,you may have advanced use-cases such as fetching drafts where you want to resolve these relationships using both ID andrevision ID. You can nominate entity-type IDs where you wish to resolve relationships using the revision ID by addingthem to the entityReferenceRevisions configuration option. Please note that gatsby-source-drupal only ever fetchesthe default (published) revision, so this functionality is only needed in advanced cases where you have custom codeDrupal side that is applying additional logic.
This will add drupal/token to the require array in your composer.json. It will choose a default version constraint based on your composer.json configuration. E.g., if you have specified "prefer-stable": "true" then this will download the latest stable version of the package.
This will update the package within the bounds of the version constraint defined in composer.json. E.g., if composer.json defines the constraint for drupal/token as ^1.0.0, composer update will update to the latest 1.x release. It will never update drupal/token to a 2.x version. To learn more about Composer version constraints, read Versions and constraints - Composer.
Drupal core is now decoupled from front end. You can use drupal core without front end like an api service. Now you can use drupal api with other front end like mobile app, iot devices, video games or a simple webpage.
f5d0e4f075