From 358917f8b1a10578f8342e8f12e0e88e33748d8c Mon Sep 17 00:00:00 2001 From: Phuong Anh Vu Date: Mon, 15 Jan 2024 03:29:33 -0800 Subject: [PATCH] changed the configuration name of title block breadcrumbs (#667) --- .../block/block--page-title-block--breadcrumbs.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/custom/apigee_kickstart/templates/block/block--page-title-block--breadcrumbs.html.twig b/themes/custom/apigee_kickstart/templates/block/block--page-title-block--breadcrumbs.html.twig index 58330cb8..f6533369 100644 --- a/themes/custom/apigee_kickstart/templates/block/block--page-title-block--breadcrumbs.html.twig +++ b/themes/custom/apigee_kickstart/templates/block/block--page-title-block--breadcrumbs.html.twig @@ -7,7 +7,7 @@ {% embed '@radix/block/block.twig' with { html_tag: 'li', - utility_classes: [ + block_utility_classes: [ 'breadcrumb-item', 'active' ]