Taxonomy re-order issue Drupal 8

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.

Cannot activate any module from admin

Hello,

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).

drush not working in dev desktop

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.  

Drupal 8: How to configure uploaded videos?

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:

  1. 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

  2. Using the Video module, add a video field in the content type, and upload the video when creating the node

Is it Okay to change the default language in D8?

Hi,

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. 

I found this blog :

https://www.theodorosploumis.com/en/blog/change-default-language-drupal-8x-website

It introduced a way to change all the language code in database records. 

Git workflow for composer and module installations on local

Hi,

I was wondering if composer and vendor specific files should be added to git when working with Drupal sites?

Here's an example. I'm working in a team environment (workflow: Local > Dev > Staging > Production).

I wanted to use Twig Xdebug on my local machine, so I installed it via composer, as recommended, including the required Ajgl component.

This installation made changes to certain files (such as composer.json and a few others) that is being tracked by git.

At this point there are 2 issues, one for push and one for pull.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x