Hi all, I've been working on a theme and customization for DSpace 7, and I've stumbled upon a problem I'm not really sure whether it's solvable or not.
I'd like to add some additional routes and modules to serve some additional sections in the DSpace site (mostly static HTML) but keeping the look and feel of my custom theme, and keeping the breadcrumbs and navigation features if possible. After inspecting the code, I've figured out the way to do it by modifying the "base app" (e.g., AppRoutingModule, and adding the needed modules under src/app/...), but I'd like to keep my modifications as modular and isolated as possible. Is there any way to achieve the same by modifying only my custom theme in "src/themes/mytheme", and without changing the "base code" of DSpace angular in "src/app"? Thanks for your help and advise. Cheers, Abel -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/5c374cd0-3d77-4763-b6b6-3adfe74d2749n%40googlegroups.com.
