Unverified Commit b65bf395 authored by Jess Straatmann's avatar Jess Straatmann Committed by Luke Bainbridge
Browse files

Issue #3146668 by jastraat: Fix an error when adding a new rule on Drupal 9...

Issue #3146668 by jastraat: Fix an error when adding a new rule on Drupal 9 fails with SchemaIncompleteException
parent bce075f4
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -32,6 +32,16 @@ use Drupal\menu_position\MenuPositionRuleInterface;
 *     "edit-form" = "/admin/structure/menu-position/{menu_position_rule}/edit",
 *     "delete-form" = "/admin/structure/menu-position/{menu_position_rule}/delete",
 *     "collection" = "/admin/structure/menu-position"
 *   },
 *   config_export = {
 *     "id",
 *     "label",
 *     "enabled",
 *     "conditions",
 *     "menu_name",
 *     "parent",
 *     "menu_link",
 *     "weight",
 *   }
 * )
 */