diff --git a/composer.json b/composer.json index 2f7cba4564..81b6cb9c70 100644 --- a/composer.json +++ b/composer.json @@ -235,7 +235,7 @@ "friends-of-behat/mink-debug-extension": "^2", "furf/jquery-ui-touch-punch": "dev-master", "geocoder-php/open-cage-provider": "^4.4", - "massgov/mayflower-artifacts": "dev-develop", + "massgov/mayflower-artifacts": "dev-patternlab/DP-23086_organization-search-keyboard", "phlak/semver": "^2.0", "symfony/dom-crawler": "^3.4 || ^4", "typhonius/acquia-php-sdk-v2": "~1.1", diff --git a/composer.lock b/composer.lock index 4a6bbc9ab8..1062b47962 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "152266cd2d23d1650edb42cc9370e408", + "content-hash": "ec25790a6b06ec9c0cb7283530814442", "packages": [ { "name": "asm89/stack-cors", @@ -11457,16 +11457,16 @@ }, { "name": "massgov/mayflower-artifacts", - "version": "dev-develop", + "version": "dev-patternlab/DP-23086_organization-search-keyboard", "source": { "type": "git", "url": "https://github.com/massgov/mayflower-artifacts.git", - "reference": "1182b79e1a8f52e65e1425c67f41c57c502ed680" + "reference": "7adbf609c4e093ec25b442f007b6264de89d3267" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/massgov/mayflower-artifacts/zipball/1182b79e1a8f52e65e1425c67f41c57c502ed680", - "reference": "1182b79e1a8f52e65e1425c67f41c57c502ed680", + "url": "https://api.github.com/repos/massgov/mayflower-artifacts/zipball/7adbf609c4e093ec25b442f007b6264de89d3267", + "reference": "7adbf609c4e093ec25b442f007b6264de89d3267", "shasum": "" }, "require": { @@ -11486,9 +11486,9 @@ "description": "This repository is the product of the built artifact from massgov/mayflower", "support": { "issues": "https://github.com/massgov/mayflower-artifacts/issues", - "source": "https://github.com/massgov/mayflower-artifacts/tree/develop" + "source": "https://github.com/massgov/mayflower-artifacts/tree/patternlab/DP-23086_organization-search-keyboard" }, - "time": "2021-11-01T14:00:27+00:00" + "time": "2021-11-02T13:59:24+00:00" }, { "name": "masterminds/html5", diff --git a/docroot/themes/custom/mass_theme/templates/content/node--org-page.html.twig b/docroot/themes/custom/mass_theme/templates/content/node--org-page.html.twig index ffb043e597..68f779a95f 100644 --- a/docroot/themes/custom/mass_theme/templates/content/node--org-page.html.twig +++ b/docroot/themes/custom/mass_theme/templates/content/node--org-page.html.twig @@ -181,6 +181,7 @@ {% if content.extra_org_nav_featured_services|render %}
{% if content.extra_org_nav_featured_services|render is not empty %} +

{# Display the links from "Featured Services". #} {{ content.extra_org_nav_featured_services }} {% endif %} @@ -191,6 +192,7 @@ {% block learnAbout %} {% if content.extra_org_nav_featured_topics|render %}
+

{% include '@atoms/04-headings/comp-heading.twig' with { compHeading: { title: 'Learn more about'|t ~ '...', @@ -209,6 +211,7 @@ {% block login %} {% if node.field_application_login_links is not empty %} {% endif %}