Skip to content
Snippets Groups Projects

Extract the menu-parsing JS library

Merged Brian Perry requested to merge issue/decoupled_menu_parser-3213429:1.0.x into 1.0.x
All threads resolved!
16 files
+ 4640
1
Compare changes
  • Side-by-side
  • Inline
Files
16
docs/example.json 0 → 100644
+ 29
0
{
"linkset": [
{
"anchor": "/system/menu/main/linkset",
"item": [
{
"href": "/",
"title": "Home",
"drupal-menu-id": ["main"],
"drupal-menu-hierarchy": [".000"]
},
{
"href": "/about",
"title": "About us",
"drupal-menu": [{
"hierarchy": ".001"
}]
},
{
"href": "/about/name",
"title": "Our name",
"drupal-menu": [{
"hierarchy": ".001.000"
}]
}
]
}
]
}
Loading