My theme is working as expected but i still get errors showing up in dblog.
The message is:
User error: "sidebar_first_width" is an invalid render array key in Drupal\Core\Render\Element::children() (line 97 of /home/{user}/public_html/core/lib/Drupal/Core/Render/Element.php).
Hi every one, there is something i don't get in drupal theming i think, if i create a content type lets say Bikes, i add 20 bikes, i create a view Bike-listing that list the 20 bikes, when i click on one of the bike (thru the content link i added in my view) it send me to the full content page of this bike but is there a way to also attach a custom view to this page ?
My application has a use case where I need to query a custom table and return the results of that query to the user on a web page. Now, I'm new to Drupal theme development, and I'm having a hard time trying to figure out how I could go about doing this in my template files.