-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drupal 10 support #347
Comments
Tasks needed for a Drupal 10 alpha release of LocalGov Microsites:
|
The version 3 of microsites installs with: composer create-project --stability dev localgovdrupal/localgov_microsites_project MY_PROJECT Next steps are to ensure Drupal installs, update the Github workflows to run the tests against D10 and fix any borked tests. |
Nice one @stephen-cox Do you think we're ready to do an alpha release of the 3.x branch of localgov_microsites_project to encourage testing? |
Doh, just read the comments above... sorry! Testing things now :) |
@stephen-cox trying to get the Drupal site-install working for localgov_microsites. Have you managed it yet? After deleting a number of permissions from various install config files and some from the calls to hook_localgov_microsites_roles_default(), I've now got the following:
Any ideas? |
Yep - plugin id for our block visibility settings needed updating: https://drupal.stackexchange.com/questions/316150/drupal-component-plugin-exception-pluginnotfoundexception-the-node-type-plugi |
An update on what's left to do for the Drupal 10 alpha release: Fix tests on:
Releases for:
There are 2 PRs for the final releases once the above it done: |
Latest update on Drupal 10 support: There are now 2 PRs ready for review adding Drupal 10 support to Microsites Group (localgovdrupal/localgov_microsites_group#420) and Forms (localgovdrupal/localgov_forms#43). Once they're approved we'll need to coordinate the 3.0.0-alpha1 releases as composer references will need updating after each release. I'm happy to say we're almost there. |
We're ready for an Alpha release! The following needs to happen in order:
|
I think we can close this one. Great work everyone! |
Issue to track any changes needed to support Drupal 10
The text was updated successfully, but these errors were encountered: