Skip to content
Snippets Groups Projects

Support Drupal 11, drop support for Drupal 8 and 9

1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
+ 1
2
@@ -2,7 +2,6 @@ name: Node Menu Placer
@@ -2,7 +2,6 @@ name: Node Menu Placer
description: Improve performance and make it faster to position a node in the menu structure on node edit pages by replacing the Parent link field with buttons tp place the node within potential parents.
description: Improve performance and make it faster to position a node in the menu structure on node edit pages by replacing the Parent link field with buttons tp place the node within potential parents.
type: module
type: module
package: Menu
package: Menu
core: 8.x
core_version_requirement: ^10 || ^11
core_version_requirement: ^8 || ^9 || ^10
dependencies:
dependencies:
- menu_link_weight:menu_link_weight
- menu_link_weight:menu_link_weight
Loading