Skip to content
Snippets Groups Projects
Commit 9b23719e authored by Florent Torregrosa's avatar Florent Torregrosa
Browse files

Issue #3416209 by Grimreaper, pdureau: Nav preview is broken

parent 8c8d8fc1
No related branches found
No related tags found
1 merge request!161Issue #3416209 by Grimreaper: Nav preview is broken
......@@ -42,9 +42,11 @@ nav:
id: "nav_item"
active: true
link:
type: 'link'
title: 'Active'
url: 'https://example.com'
type: 'html_tag'
tag: 'a'
value: 'Active'
attributes:
href: 'https://example.com'
- type: "pattern"
id: "dropdown"
button_type: "a"
......@@ -77,13 +79,17 @@ nav:
- type: "pattern"
id: "nav_item"
link:
type: 'link'
title: 'Much longer nav link'
url: 'https://example.com'
type: 'html_tag'
tag: 'a'
value: 'Much longer nav link'
attributes:
href: 'https://example.com'
- type: "pattern"
id: "nav_item"
disabled: true
link:
type: 'link'
title: 'Disabled'
url: 'https://example.com'
type: 'html_tag'
tag: 'a'
value: 'Disabled'
attributes:
href: 'https://example.com'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment