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.
I wanted to upgrade the drupal core from version 10.1.4 to 10.1.6 with the command
composer update "drupal/core-*" --with-all-dependencies
from the VSCode terminal but it doesn't update and returns this to me
I arrange my images in groups of 3 next to each other over the full width of the content block. See: Example 3 images
However, if the number of images is not 3 or a multiple of 3, then I have a problem with the layout of my next field(s).
They appear to the right of the last image, while I want to get them under the block of images. See: Example 2 images
Within the file menu.html.twig I wanted to manage the drop-down menu.
But there is an anomaly
If inside the block I select display all link menu to true the child code is loaded and through css I can manage the children. The anomaly is that the children are already displayed all.
On the contrary if I do not select the option (display all link menu) the children are not loaded at all.
Do I have the possibility to manage the loading of the children automatically without them being displayed ?