I have to create a sidebar treeview menu for my website. It needs to have a parent-children relationship that would have to be until 5 levels. At the top, it should have a button at the utmost left to close the sidebar menu and two other links, one to expand all the levels of the menu and one to close all the levels of the menu. The menu should look like in the images of the links below:
Hello, here it is Drupal 8 Language Switcher hook! I think for better user experience the language links must be available everywhere: both on not translated entity, on translated entity.
When the user visit Node or Taxonomy Term page or User page he might want to go to another Language. This might be cause sometimes Spanish version of the website has info user is looking for, but this page might be not translated into English. So after reading info in Spanish the user want to click on English language link to look English version of the website.
In my project, we have 800+ categories , when visit the article edit page /node/{nodeId}/edit , this will show all categories and the page will go very long.
I'm wondering if I can add a scroll bar at the category field, so the page won't go too long, how can I do this?