Problem/Motivation
Drupal CMS is going to be released in January 2025. It would be great if Lupus Decoupled Drupal would have support for all features from Drupal CMS (recipes overview).
Remaining tasks
Needs concept but we should rely on recipes.
- #3487279: Add webform support
- Support Search API / Search API decoupled in Lupus Decoupled
- Support for Klaro Consent manager
- Create default CE configuration for Drupal CMS node types
- #3501620: Ship additional vue components for Drupal CMS
Issue fork lupus_decoupled-3487276
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
useernamee commentedComment #3
useernamee commentedComment #4
fagothere is also related #3473225: Provide Lupus Decoupled as recipe
Comment #5
fagoComment #6
fagomeanwhile we got lots of recipes created for this, see www.drupal.org/project/lupus_decoupled_recipe_dev
Comment #7
fagohttps://www.drupal.org/project/lupus_decoupled_starter - We've got our first decoupled Drupal CMS site template!
via https://www.drupal.org/project/lupus_csr
Comment #9
fagoI ran into a problem when installing lupus_decoupled after the cms recipes:
drupal/automatic_updates triggers it. When lupus_decoupled_install() called module_installer->install() to install submodules, this triggers a container rebuild mid-install. This lead to a SessionNotFoundException triggered by AutomaticUpdatesHooks.
To fix, I added a MR to move the logic to hook_modules_installed(), so it runs in a step after.