Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 959213b

Browse files
committed
make the link type optional
1 parent 33825d8 commit 959213b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Admin/AbstractMenuNodeAdmin.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ protected function configureFormFields(FormMapper $formMapper)
7777
'content' => array('content', 'doctrine_phpcr_odm_tree'),
7878
),
7979
'empty_value' => 'auto',
80+
'required' => false
8081
))
8182
->add('route', 'text', array('required' => false))
8283
->add('uri', 'text', array('required' => false))

0 commit comments

Comments
 (0)