Skip to content

Commit

Permalink
Added default system_info_view settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Bertrand Dunogier committed Apr 5, 2016
1 parent f47d030 commit 4c94f44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions DependencyInjection/EzSystemsEzSupportToolsExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ public function load(array $configs, ContainerBuilder $container)
{
$loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
$loader->load('services.yml');
$loader->load('default_settings.yml');
}
}
2 changes: 2 additions & 0 deletions Resources/config/default_settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
parameters:
ezsettings.default.system_info_view: {}

0 comments on commit 4c94f44

Please sign in to comment.