Greetings,
Please forgive my ignorance.
I’m having trouble changing the cms’s design through a custom theme, I followed the guide to change the logo and everything worked fine up until that point.
I want to let’s say change the sidebar of the cms(add/remove from the list) I followed the next part of the tutorial ($config[‘view_path’] => PROJECT_ROOT . ‘/web/theme/custom/mytheme/views’,) however this is where I’m lost .
Please bear with me, to change the sidebar do I have to copy authed-sidebar.twig to my /custom/mytheme/views folder while adding “$config[‘view_path’] => PROJECT_ROOT . ‘/web/theme/custom/mytheme/views’,” to my config.php and then modify the .twig file? I tried this but nothing changed.
Thanks in advance