Ah, thanks for this. Missed it in the version 2 update.
ken hawkins → created an issue.
Revised export.
I realise I've messed up my compressed file
- should ba a tar.gz
- missing some expected dependencies
Will update the export.
ken hawkins → created an issue.
Thank you for the information, it's very good context to have.
If you're not already aware of the https://www.drupal.org/project/views_block_override → project, it may have techniques that could be intersting (primarily utilises contextual filters), or it may be helpful for the interim period where placing Views as Block is possible but and advanced build has yet to be made.
ken hawkins → created an issue.
Ken Hawkins → created an issue.
Thanks for this. We'll test this next week and update.
There have been a number of issues with Drupal Core and CSS/JS aggregation. For anyone with the symptoms described here, start by disabling CSS and JS aggregation.
As of 8 Sept 2023, a patch was added to Gutenberg to sidestep this by disabling the aggregation of Gutenberg JS: https://www.drupal.org/project/gutenberg/issues/3372307#comment-15222909 🐛 Javascript Errors in Drupal 10.1 Fixed
Suggest trying with the dev release to see if it resolves the issue.
What's need in terms of support to help further the 3.x development?
Ken Hawkins → created an issue.
This is usually because the site is on HTTPS, and the Ajax is posting to HTTP. Have a look in your dev tools console.
Usually this is because it's hard to say the Drupal base URL to HTTPS for some configurations.
Have a look at this issue:
https://www.drupal.org/project/we_megamenu/issues/3006302 🐛 Configurations not saving Fixed