Skip to content

Implement prefix of image urls with a filter

Hannes Heine requested to merge pr821head into pr821base

Created by: Tirokk

roschaefer Authored by roschaefer Merged


Ok, so after I would have to use the same method in three different locations (<ds-card> expects an image attribute but cannot render entire components) I decided to implement the prefix of image urls with a filter rather than a component. The downside of this is that we have to add the filter on a lot of component tests. The benefit is less components and hopefully less complexity.

🍰 Pullrequest

Issues

Merge request reports