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.
From what I can see in the markup generated by Drupal 8 when looking at blocks I need to style, I'm seeing wonky IDs, especially if I omit titles from the blocks (I think Drupal is falling back on the description to use for the generated ID?).
I shouldn't need to delete an entire block just to change an ID of said block, should I? Is there an easy way to edit block IDs?
it takes too much time to follow and learn what's going on with the new function. for this layout builder, I just want to know if its the replacement of the D7 panel page?
at the moment, I can see the layout builder showing on the content type display section. but I don't see it can create whatever pages like the way what panel page does in D7 ? there is no detail instruction for how this function going on.
I have implemented a custom functionality for download my node into .docx . All date displaying correctly expect Table data it is skipping some rows or columns.
and also I want display "comment" in word.docx which we add the comments to text by using CKEditor.
Please find the attached screen-shot for error reference.
I have inherited a Drupal platform with around 50 websites. They are all hosted on virtual machines that we have internally; and are all a part of the same Drupal 7 multisite setup. The convenience of multisite has been great for us since updates happen in one spot, and since ~40 of the ~50 sites are nearly identical in form and function.
I have installed drupal 8 and override template user.html.twig with custom HTML.
When I login with my account it displays random user details(First name, last name) instead of mine. I have disabled the page caching and twig caching in development.service.yml and everything working properly. Is caching cause the issue?
Should we have to permanently disabled the twig caching and render cache on production to overcome this issue?