-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add wrapper placeholder to navItem chunk
This should be there by default, to ensure the menu can have multiple levels. If undesirable, set level to 1 in snippet call or use navItemInner chunk, which doesn't have the wrapper.
- Loading branch information
Showing
3 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
...omponents/romanesco/elements/chunks/01_atoms/a_navigation/a_nav_primary/navitem.chunk.tpl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
<a class="item [[+classnames]]" href="[[+link]]" title="[[+pagetitle]]" [[+attributes]]> | ||
[[+menutitle]] | ||
[[+wrapper]] | ||
</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters