How are people theming DSpace 7.x? Is it better to create a new theme from a copy of "custom" (and deal with integrating any future changes made to "custom" manually), or just create a local branch of the dspace-angular repo and modify the "custom" theme directly (and then pull in changes to "custom" via a merge request from the main branch)?
Also, can anyone point me in the right direction to make changes to the simple item view? It seems the default for items in DSpace is "untyped item" (I haven't enabled any of the entity stuff). I've modified src/app/item-page/simple/item-types/untyped-item/untyped-item.component.html to get the results I want, but it seems like a bad idea to modify the global code rather than something in my theme. The "custom" theme contains simple page templates for Publication items, -- src/themes/limestone/app/item-page/simple/item-types/publication -- but not untyped items. Simply copying the "untyped-item" folder from the global code into that "item-types" folder didn't seem to work. I assume there some additional changes required in a .ts file somewhere I also need to update, but I'm, not quite sure which ones. Or do I need to copy the entire src/app/item-page directory tree into my theme? Unless there's some other (easier) way to add additional metadata fields to the simple display that I've not discovered?? Thanks, - Darryl ---------- *Darryl Friesen, BSc* Programmer/Analyst *University of Saskatchewan* *ICT / University Library* -- 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/00851c29-f3a4-4012-a1b5-3d83e14a11d1n%40googlegroups.com.
