From ca1db01aad82c5a7f5d08458859183f9a9282569 Mon Sep 17 00:00:00 2001 From: Shinsina Date: Fri, 19 Jul 2024 08:26:30 -0500 Subject: [PATCH] Utilize withCountry input for showing country --- .../nodes/directory-section-feed-content.marko | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/packages/marko-web-theme-monorail/components/nodes/directory-section-feed-content.marko b/packages/marko-web-theme-monorail/components/nodes/directory-section-feed-content.marko index b9671d158..52d4d6044 100644 --- a/packages/marko-web-theme-monorail/components/nodes/directory-section-feed-content.marko +++ b/packages/marko-web-theme-monorail/components/nodes/directory-section-feed-content.marko @@ -23,6 +23,7 @@ $ const requestQuote = defaultValue(input.requestQuote, true); $ const displayFeaturedSocialLinks = defaultValue(input.displayFeaturedSocialLinks, false); $ const socialLinks = getAsArray(content, "socialLinks"); $ const showSocial = socialLinks.length; +$ const withCountry = defaultValue(input.withCountry, false); // linkOffsite is an object like the following: /** { @@ -73,7 +74,9 @@ $ const blockName = "section-feed-content-node"; - + + + - + + +