We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When rendering the component without the manager, the default theme is always used. This is regardless of the theme in the URL.
When Seven is the default theme, we select Claro on the dropdown, and then we visit the canvas URL.
http://localhost:6006/iframe.html?id=cl-components-examples-button--default&globals=drupalTheme:claro;supportedDrupalThemes.umami.title:Umami;supportedDrupalThemes.claro.title:Claro;supportedDrupalThemes.seven.title:Seven&viewMode=story (note drupalTheme:claro;).
drupalTheme:claro;
Renders as Seven:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When rendering the component without the manager, the default theme is always used. This is regardless of the theme in the URL.
Example
When Seven is the default theme, we select Claro on the dropdown, and then we visit the canvas URL.
http://localhost:6006/iframe.html?id=cl-components-examples-button--default&globals=drupalTheme:claro;supportedDrupalThemes.umami.title:Umami;supportedDrupalThemes.claro.title:Claro;supportedDrupalThemes.seven.title:Seven&viewMode=story (note
drupalTheme:claro;
).Renders as Seven:
The text was updated successfully, but these errors were encountered: