Problem/Motivation
The lupus_decoupled_ce_api module ships with theme: 'stark' in its default config (config/install/lupus_decoupled_ce_api.settings.yml). On Drupal 11+, the stark theme is no longer installed by default, which causes failures when the module tries to reference a theme that doesn't exist.
Proposed resolution
Add hook_install() to install the stark theme if not already available, and an update hook (update_9003) to do the same for existing sites upgrading to Drupal 11+.
Remaining tasks
- Review
- Merge
API changes
None.
Issue fork lupus_decoupled-3581375
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 #3
arthur_lorenz commentedComment #6
fagogood finding, thanks, merged.