Closed (fixed)
Project:
Style Guide
Version:
2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
20 Aug 2025 at 16:40 UTC
Updated:
11 Sep 2025 at 04:29 UTC
Jump to comment: Most recent
When the module is used alongside a module like domain_theme_switch, the styleguide page no longer functions.
This is because styleguide uses a relatively low priority for its theme negotiator.
Attempt to use styleguide alongside domain_theme_switch.
Use a relatively high priority, e.g. 1000 just like the block preview does so that it's evaluated before any normal negotiators.
Provide MR.
N/A
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
codebymikey commentedComment #6
dcam commentedThis seems reasonable. Thank you for the contribution!