Fix internal settings

Fix #1867: remove download_picture setting and manage show_printlink in material theme
This commit is contained in:
Nicolas Lœuillet
2016-04-09 21:34:50 +02:00
parent 015e4284f0
commit cb48a569e0
5 changed files with 13 additions and 12 deletions

View File

@ -15,11 +15,6 @@ class LoadSettingData extends AbstractFixture implements OrderedFixtureInterface
public function load(ObjectManager $manager)
{
$settings = [
[
'name' => 'download_pictures',
'value' => '1',
'section' => 'entry',
],
[
'name' => 'carrot',
'value' => '1',