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 have noticed that all comments on my site have breaks in the middle of words for some reason. My Drupal site is up-to-date (8.6.10) and I'm not running any modules to modify the appearance of the comments. See comments on this page for example.
Can anybody tell me why this is happening and how to resolve?
Exporting the full config is not optimal. There should be separate packages per topic.
I have heard config actions - but it doesn't even look related to the issue. I simply want to package components for reuse across sites. What is the D8 best method for this?
So I have installed Twig Xdebug (https://www.drupal.org/project/twig_xdebug) and looking at the debugger, neither the image (field_example_image) nor its array (field_example_image['#items']) have a member called 'entity'. So where does the 'entity' coming from?
I'm working on getting private files setup on my site and everything was working well. However, a need came up to update a file so that the file path stayed exactly the same. Trying to use the "replace" functionality appended a _0 to the file name which can't happen in this case.