mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
BUG Restore missing '(Choose Page)' text in link insert modal
This commit is contained in:
parent
365eabb85a
commit
8de154d92c
@ -31,7 +31,9 @@ class InternalLinkFormFactory extends LinkFormFactory
|
|||||||
SiteTree::class,
|
SiteTree::class,
|
||||||
'ID',
|
'ID',
|
||||||
'TreeTitle'
|
'TreeTitle'
|
||||||
)->setTitleField('MenuTitle'),
|
)
|
||||||
|
->setTitleField('MenuTitle')
|
||||||
|
->setHasEmptyDefault(true),
|
||||||
TextField::create(
|
TextField::create(
|
||||||
'Description',
|
'Description',
|
||||||
_t(__CLASS__.'.LINKDESCR', 'Link description')
|
_t(__CLASS__.'.LINKDESCR', 'Link description')
|
||||||
|
Loading…
Reference in New Issue
Block a user