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.
The client wants to have a separate field for mobile specific. For example, the banner section - Image upload option is provided. Here there should be an option for mobile specific, so that image will be displayed only in mobile/tablet view.
Hi,
I'm creating a site on Drupal for the first time
I'm using Layout Builder to display news. I add a title block, but it displays as span:
<div class = "content">
<span class = "field field - name-title field - type-string field - label-visually_hidden"> Title 1 </span>
</ div>
I just went through a lengthy process of updating Drupal 8.7.10 to a Composer-managed 8.8.x setup using this helpful guide. It was successful, but I failed to realize that those instructions installed a dev version of 8.8.x (I assume it was written before 8.8.x was stable). I used the following code (from the guide linked above) to install Drupal 8.8.x: