In media.html.twig I can use the following variables:
name: Name of the media
content: Media content.
Then if I select the format option "URL to image" in "/admin/structure/media/manage/vector_illustration/display/content" then I get the image url just with:
I updating Drupal 8.8.6 when I logged in to admin. I got this error on Devel Kint modules. Any advice on how to fix this?
The website encountered an unexpected error. Please try again later. Error: Class 'Kint' not found in Drupal\devel\Plugin\Devel\Dumper\Kint->configure() (line 34 of modules/devel/src/Plugin/Devel/Dumper/Kint.php).
I prefer to give an example. I am having some articles (entity type: node) and some products (entity type: products). Each entity type has a taxonomy term field sharing common terms. What i am trying to do is having a view for each term, where articles and products will be displayed.