Vocabulary contains too many choices
Hello I've created a vocabulary which contains a lot of ingredients can i make it easier to choose them. At the moment it is a long list. If it is somehow possible to make a search form where i can select multiple ingredients it would be great. Modules or other soloutions?
Why is 1 of 8 menu choices not displaying for anonymous users?
I have a migrated a Drupal 6 site to Drupal 8, but in order to update the content I remigrated it. In my Primary link menu I have 8 menus, but now one of then is shown only to the administrator user. Anonymous users see the following. This is something that was not happening when I did my first migration. I am using Superfish. What happened? How ca...
handling the display of choices in dependent select elements, in html
Firstly, I am sorry, i just can't seem to phrase my question well. Setup: I am using Drupal to build this location-based application. i have a form which allows the user to select his/her location. the form has 3 'dependent' select elements e.g. country, city, state. they are dependent in such a way, that selecting a particular state [in the state ...
Difference between $this->config and \Drupal::config in ConfigFormBase
I want to override a custom module configuration in the settings.php file. So the configuration in database can be independent from the environment. I my module configuration form, the config result is different given the method I use to get it : Why is that ? What's the difference between these two methods ?