Skip to content

Draft: Resolve #3279136 "Replicate menu block"

Closes #3279136

Major changes to field_menu added in this merge request

Removed from field schema

  1. menu_item_key -> menu (removing the menu-name:some-link structure) Would have to dissect existing values to upgrade.
  2. include_root -> level and depth replace this.
  3. 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

Merge request reports