Skip to content

Commit

Permalink
Update example profile
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisros committed Jan 3, 2018
1 parent 1f2dd42 commit 52487d2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Resources/config/pimcore/feedbuilder.example.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
'channel'=>'channel1',
'ipaddress'=>'127.0.0.1',
'path'=>'/',
'published'=>true,
'class'=>'Product'
'published'=>false,
'class'=>'\\Pimcore\\Model\\DataObject\\Product',
'root'=>'Products'
]
]
];

0 comments on commit 52487d2

Please sign in to comment.