I'm returning to this post to report that I managed to define this for all registered items that does not have an image thumbnail, displays a standard image thumbnail.
Editing the /src/app/thumbnail/thumbnail.component.ts file Defining a variable: @Input() default image? = null; to @Input() default image? = '/assets/images/default-thumbnail.jpeg'; //Default image path Em quinta-feira, 12 de dezembro de 2024 às 17:19:38 UTC-3, Pedro Nascimento escreveu: > Is it possible to place the same image(jpg) as a thumbnail for all items > in the repository, or for a specific community? without using filter media? -- 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 Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/dspace-community/4e8cf140-8e58-4bc9-8afe-b20e53b33913n%40googlegroups.com.
