diff --git a/code/Forms/InternalLinkFormFactory.php b/code/Forms/InternalLinkFormFactory.php index 32a3ea56..a89e22ee 100644 --- a/code/Forms/InternalLinkFormFactory.php +++ b/code/Forms/InternalLinkFormFactory.php @@ -23,7 +23,7 @@ class InternalLinkFormFactory extends LinkFormFactory SiteTree::class, 'ID', 'TreeTitle' - ), + )->setTitleField('MenuTitle'), TextField::create( 'Description', _t(__CLASS__.'.LINKDESCR', 'Link description')