- Issue created by @tregonia
The government banner theme implementation defines image_base
as the path for images within the template, but the template uses uswds_images
instead.
The definition is in uswds_base_theme
: https://git.drupalcode.org/project/uswds_base/-/blob/3.10.x/uswds_base.theme?ref_type=heads#L21
The render array is provided to the page.html.twig template in uswds_base_preprocess_page
: https://git.drupalcode.org/project/uswds_base/-/blob/3.10.x/preprocess/layout/page.preprocess.inc?ref_type=heads#L60
The template uses uswds_images
from uswds_base_preprocess
instead of image_base
: https://git.drupalcode.org/project/uswds_base/-/blob/3.10.x/templates/uswds/government-banner.html.twig?ref_type=heads#L16
There are 2 options:
image_base
in the templatesimage_base
variable that is not usedTBD
None
None
None
Active
3.10
Code