Problem/Motivation

As described in #2716773: [Meta] Convert 7.x-6.x Twig components to be Drupal 8-compatible, we need to convert the navbar component from Zen 7.x-6.x to be compatible with Drupal 8.

Proposed resolution

The parent issue describes the general solution we need to use when converting a component.

Solutions specific to the navbar component should be added here as we figure them out.

Remaining tasks

(reviews needed, tests to be written or run, documentation to be written, etc.)

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sarahjean created an issue. See original summary.

sarahjean’s picture

sarahjean’s picture

Assigned: Unassigned » sarahjean
sarahjean’s picture

This patch is a mess, just adds menu.html.twig (but adds them to all the menus right now, where we just want to add to the primary menu). What we really need to do for navbar is going to need to live in a more specific template file. The integration with navbar.twig is not done at all in this patch.

sarahjean’s picture

Status: Active » Needs work
Jerenus’s picture

Assigned: sarahjean » Unassigned
FileSize
1.31 KB

Start a new patch to catch up the "Date: Thu Jun 2 13:50:02 2016 +0800" dev version.

finnsky’s picture

Status: Needs work » Needs review
FileSize
1.94 KB
1.51 KB

Hi! I updated Jerenus patch with json to display navbar in styleguide.

andriyun’s picture