- Issue created by @duntuk
- 🇯🇴Jordan Rajab Natshah Jordan
Thanks, Ales, for reporting and testing.
Having a smoother out of the box working Generated theme management
How to use the Vartheme BS5 Starterkit
To generate a new theme from Vartheme BS5 using the starterkit/theme-generation script, run the following from Drupal's installation root:
cd PROJECT_DIR_NAME/docroot
Run the following Drupal Generate Theme script:
php core/scripts/drupal generate-theme new_theme_name --starterkit vartheme_bs5
✅ Released varbase_components-2.0.0-alpha10 →
- Issue #3371836 → : Added all moved Vartheme BS5 components in Varbase Components with option to include or embed in Generated themes
✅ Released vartheme_bs5-3.0.0-alpha7 →
- Issue #3371835 → : Removed all SDC components out from Vartheme BS5 and include them from Varbase Components for a smoother out of the box working Generated theme management
Preloaded fonts has the path passed from the generated theme.
Check themytheme.theme
file
No sub-theme logic in thisOnly generative theme
Vartheme BS5 - Is only a starterkit and a drupal template mapper to (
include
,embed
,extend
) for SDC components by Varbase Components. - First commit to issue fork.
- 🇯🇴Jordan Rajab Natshah Jordan
Facing another issue with pre-loading fonts in Drupal
~10.1.0
🐛 Remove pre-loading of fonts on RTL for the admin theme FixedFollowing the new way in the new Drupal default front end theme
{% include '@olivero/includes/preload.twig' with { olivero_path: olivero_path } only %}
Check the code on
Thehtml.html.twig
file
https://git.drupalcode.org/project/drupal/-/blob/10.1.x/core/themes/oliv...The
preload.twig
file
https://git.drupalcode.org/project/drupal/-/blob/10.1.x/core/themes/oliv...