Skip to main content
Main navigation
Home
Video courses
1
Books
Code
Errors solved
About me
Newsletter
Drupal theming
Breadcrumb
Home
Tags
Drupal theming
How to fix Function 'drupal_get_path' is deprecated
Drupal
Drupal theming
How to loop over config file values in Drupal
I had this use case in my theme, where I wanted to expose a bunch of settings to my page.html.twig. Typical things would be social media links. Here is how I looped over config file values, preventing me to write a lot of lines:
Drupal
Drupal theming
How to set the theme svg logo in a Drupal theme
In Drupal 8, the default logo needs to be a SVG file. Add this to your theme like this: themes/custom/mytheme/logo.svg.
Drupal
Drupal theming
How to create a custom Drupal theme with Bootstrap 5 dependency in 4 steps
Tutorial on how to create a Drupal 9 & 10 Bootstrap 5 integration with npm
Drupal
Drupal theming
Bootstrap
Subscribe to Drupal theming