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.
In my Drupal 8 site, I have a vocabulary and it has 3 levels of terms under it. First I do 'reset alphabetical' action so that all terms are in alphabetical order. After that when I try to re-order terms using default drag and drop feature, it lost the order of other items too.
On Drupal 8.6.15, I'm not able to activate any module from the modules page, I get this error :
Le site Web a rencontré une erreur inattendue. Veuillez essayer de nouveau plus tard.
InvalidArgumentException: The configuration property display.default.display_options.empty.area.content.value doesn't exist. in Drupal\Core\Config\Schema\ArrayElement->get() (line 76 of core/lib/Drupal/Core/Config/Schema/ArrayElement.php).
Using Dev Desktop with Drush 8. I get errors no matter what I am trying to do. I have been trying to find a solution for many hours and find that I am no closer now than I was days ago.
Hey guys, I'm working on a project where we have a custom content type and I want the users to be able to upload videos. So far, I've tried two ways to doing this:
Using the core Media module, the user will need to upload the video in /admin/content/media, add a video field and select the video when creating a node
Using the Video module, add a video field in the content type, and upload the video when creating the node
I installed my Drupal 8 lightning site with English as default language. Now I want to change the default language to other one because some editors using this site can not read English and also all article content are not English.