diff --git a/code/Forms/InternalLinkFormFactory.php b/code/Forms/InternalLinkFormFactory.php index 2338a578..ba97c280 100644 --- a/code/Forms/InternalLinkFormFactory.php +++ b/code/Forms/InternalLinkFormFactory.php @@ -31,7 +31,9 @@ class InternalLinkFormFactory extends LinkFormFactory SiteTree::class, 'ID', 'TreeTitle' - )->setTitleField('MenuTitle'), + ) + ->setTitleField('MenuTitle') + ->setHasEmptyDefault(true), TextField::create( 'Description', _t(__CLASS__.'.LINKDESCR', 'Link description')