We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e965fe + d08f575 commit 97f7407Copy full SHA for 97f7407
DependencyInjection/CmfCoreExtension.php
@@ -91,6 +91,7 @@ public function prepend(ContainerBuilder $container)
91
// setting.
92
if (!isset($extensions['cmf_media'])) {
93
$prependConfig['persistence']['phpcr']['image'] = array(
94
+ 'enabled' => false,
95
'basepath' => $persistenceConfig['basepath'].'/media',
96
);
97
}
0 commit comments