- Issue created by @vetchneons
- ๐ฎ๐ณIndia ankit_k
ankit_kumar โ made their first commit to this issueโs fork.
There is an extra "$" within the "Adding a node to a menu." examples section of the module overview page.
$$menu_item_destination = "entity:node/{$node->id()}";
Should be:
$menu_item_destination = "entity:node/{$node->id()}";
Active
1.0
Documentation
ankit_kumar โ made their first commit to this issueโs fork.