diff --git a/src/Resources/config/definition/manifest.php b/src/Resources/config/definition/manifest.php index c86c111..07cbd8d 100644 --- a/src/Resources/config/definition/manifest.php +++ b/src/Resources/config/definition/manifest.php @@ -127,7 +127,8 @@ ->append(getLaunchHandlerNode()) ->append(getProtocolHandlersNode()) ->booleanNode('prefer_related_applications') - ->info('The prefer related native applications of the application.') + ->defaultValue(false) + ->info('prefer related native applications (instead of this application)') ->end() ->append(setupRelatedApplications()) ->append(setupShortcuts())