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.
After submit new update on /admin/config/regional/content-language get blank page and if return to page again no changes happend, i rebuilt cache and try again but cannot submit new change
It could be about paragraph? previous paragraph field working fine with enabled fields correctly but new changes impossible.
I think it related to count of paragraph fields and after using a number of fields it cannot add new data or store new update, could be correct?
I am using the commerce-price-calculated.html.twig file to format the currency (by telling it in config to not show any symbol nor code)
And it works per plan currency, because there the twig has the "currency" variable available, as I guess it's in commerce_price.module.
But sadly the commerce-price-calculated.html.twig does not have access to that variable.
I am trying to use .theme file preprocess to give access to the currency variable for the commerce-price-calculated.html.twig but I can't seem to figure how the main line of code would like like.
I want to filter post based on the year, so used Content: Authored on (grouped) and tried to find a way to collect all related posts but seems everything should be complicated in Drupal as usual!
Hello, I'm currently undergoing an internship, our task is to make a custom twig to display, for example a list of taxonomy terms, I've added a vocabulary with a few terms.
I did this in two ways, for reference the DB table and rows are: 'taxonomy_term_field_data' and there I have my name row with the name(genre) of the movies.