Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Hi,
I created a block in /admin/structure/views to display the latest node of a custom content-type named News in the frontpage.
In /admin/structure/block, I placed my block in the right region and configured it so that it only shows in .
I made my own (quite simple) theme that is based on Classy. I would also like to facilitate the in-place editing but the controls just aren't there. Is there something I have deleted in my theming rage or should I add something new to implement it?
I have a few D7 sites done, but now I decided to look at D8 as I love Twig (earlier used it only in my non-drupal web applications).
I have a proof on concept D8 site almost ready, except for one annoying problem (plus a menu that I haven't yet even looked at).
I have added a new multi-line html text field (let's call it field_right_column) to a plain vanilla Page content type and overridden the page.html.twig. The idea is that the user may lei it be empty or edit the column freely (as there seems to be no logic what is pushed there :P)
I am a beginner in drupal theme development and I have a design layout which I would like to convert into a drupal theme. Can you suggest me any inputs(I have general knowledge about drupal but never worked on theme development) on where to start from (tutorials/videos).