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 am trying to configure a Drupal 7 or 8 instance on a Raspberry Pi to demonstrate to some of our customers how easy it is to exploit as a general push to get them to keep up to date with security issues.
There are many examples of how to create custom form modes in die UI, and how to invoke them programmatically, but I'm looking for an example of how to create a custom view mode for an entity form. Could someone point me to a core.entity_form_display.node.bundle.mode.yml file where mode IS NOT default?
The blog posts include my username, which seems like a security risk. I would rather publicize an author name that is not a system username. is there any way to not post the username as the author name?
I am building a theme where each page is unique but not repeatable content. I have to use Drupal 8 based on client request. The content is not repeatable only header and footer. I was going to set it up by creating a region for each page and put blocks in each region that are custom. I feel like this might not be the best way.. but I do not know. I would welcome feedback or sources for the best option to build a theme. I went thru a town of youtube videos and articles but they all build websites based on the content being repeatable like a grid or blog type page.