Skip to content

Commit

Permalink
Merge pull request #1679 from spryker-shop/feature/cc-33995-keyboard-…
Browse files Browse the repository at this point in the history
…accessible-b-2-b

Auto-merge based on green CI result.
  • Loading branch information
spryker-release-bot authored Jan 24, 2025
2 parents 875365e + 9ccbe9c commit 16788b1
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 39 deletions.
78 changes: 39 additions & 39 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions data/import/common/common/glossary.csv
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,12 @@ checkout.this.is.demoshop,Das ist ein Demoshop,de_DE
checkout.this.is.demoshop,This is a demoshop,en_US
checkout.nothing.will.be.sent,Selbstverständlich wird Ihnen nichts zugesendet!,de_DE
checkout.nothing.will.be.sent,"Therefore, of course, nothing will be sent!",en_US
global.skip-to-navigation,Zur Navigation springen,de_DE
global.skip-to-navigation,Skip to navigation,en_US
global.skip-to-products,Zu den Produkten springen,de_DE
global.skip-to-products,Skip to products,en_US
global.skip-to-content,Zum Inhalt springen,de_DE
global.skip-to-content,Skip to content,en_US
global.order.ascendent,A-Z,de_DE
global.order.ascendent,A-Z,en_US
global.order.descendent,Z_A,de_DE
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{% extends template('page-layout-main', '@SprykerShop:ShopUi') %}

{% set navigationId = 'main-navigation' %}

{% block sidebar %}
{% embed organism('side-drawer') with {
class: 'is-hidden-lg-xl',
Expand All @@ -24,6 +26,9 @@
isAjaxMode: data.isAjaxHeader,
ajaxCartUrl: data.ajaxCartUrl,
},
attributes: {
navigationId: navigationId,
},
} only %}
{% block mainNavigation %}
{% cms_slot 'slt-desktop-header' %}
Expand Down

0 comments on commit 16788b1

Please sign in to comment.