Hello,
I try to understand something, as I try to create a inherited theme from quark.
16/themes/customization#theme-inheritance
1/ fresh install with quark (Install from ZIP package)
2/ Theme Inheritance : my-theme
(bin/plugin devtools new-theme)
inheritance
3/ user/config/system.yaml
pages:
theme: my-theme
Now my-theme is activated, but :
- In the navigator, the width of the home page change it takes all the width of the screen now
- If I add pages in a new folder, the dropdown menu appear but I can’t be fly over
I believed, since I didn’t change anything, everything would be like in Quark, but it’s not true. Why my new theme is doing this ?
Did I miss something ?
Then, if I change back to quark:
3/ user/config/system.yaml
pages:
theme: quark
Everything is normal, but it’s not my-theme.
Thank’s again