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 widget has a custom setting called locale. Meaning it is a select box here: /admin/structure/types/manage/article/fields/node.article.field_amz/storage
I am not able to save the vale i input there. So what one has to do that the form element $element['locale'] is actually saved and can be retrived late?
After the submit button is clicked, each form adds a parameter to the url, so that it could be retrieved in the Controller code. Both forms are also redirected to the Custom page after submit.
Hello all, I am making my first attempt at creating a website in Drupal. I just got everything up and running locally and have installed a new theme I found on the Drupal website. The navigation menu on this given theme is at the very top of the page. Because of this, the administration bar is covering this content. I am looking for some options to solve this issue.
I am trying to port a Drupal 7 theme to Drupal 8. I am in the process of changing the .info file to a .info.yml file, but am not sure what to do with some of the properties.
My current .info.yml file looks like this (all I did was just convert the syntax).
While updating Drupal via composer v1.9.1, I get the following error:
Updating drupal/core (8.7.8 => 8.7.10): Update failed (Could not delete core: )
Would you like to try reinstalling the package instead [yes]? y
- Removing drupal/core (8.7.8)
[RuntimeException]
Could not delete core:
and when I navigate to my site, I get a 500 error.