Draft: Resolve #3279136 "Replicate menu block"
Closes #3279136
Major changes to field_menu added in this merge request
Removed from field schema
-
menu_item_key
->menu
(removing themenu-name:some-link
structure) Would have to dissect existing values to upgrade. -
include_root
->level
anddepth
replace this. -
max_depth
->depth
replaces this.
Added to field schema
menu
-
options
depth
level
expand_all_items
follow
follow_parent
render_parent
parent
Still todo
-
Add tests -
Add update path
Edited by Chris Green