Problem/Motivation

When using the field formatter, an error gets thrown because of a missing twig template:
Twig\Error\LoaderError: Template "modules/contrib/jquery_carousel/templates/jquery-carousel-field-formatter.html.twig" is not defined. in Twig\Loader\ChainLoader->getCacheKey()

Steps to reproduce

Create a content type with a multiple image field. Set the field formatter to jquery carousel. Add some images in the field. Look at the node.

Proposed resolution

Add the missing twig template.

Remaining tasks

User interface changes

API changes

Data model changes

Comments

tcorneli created an issue. See original summary.

guilherme-lima-almeida’s picture

Hi there,

I tested this module in Drupal 8.9.20 and 9.4.5, and doesn't work at all.

guilherme-lima-almeida’s picture

Priority: Normal » Critical