Needs work
Project:
Standalone Content
Version:
2.0.0-alpha3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Jan 2026 at 18:26 UTC
Updated:
6 Jan 2026 at 11:10 UTC
Jump to comment: Most recent
Comments
Comment #3
malcomio commentedThanks
Comment #5
steveoriolAhrr, there's a mistake in the merge version, it should be “2.0.x” and not “8.x-1.x.”
Comment #7
steveoriolThis time, the only modification to “standalone.info.yml” does not work for Drupal 11.
The module uses an obsolete Symfony trait, ContainerAwareTrait, which was removed in Symfony 7.1 (used by Drupal 11). This prevents drush cr from working because the file /web/modules/contrib/standalone/src/Controller/StandaloneContent.php (line 20) can no longer find this dependency...