-
+
THE OPEN-SOURCE ENTERPRISE PLATFORM FOR PIM, CMS, DAM & COMMERCE based on Symfony
diff --git a/app/config/pimcore/customviews.example.php b/app/config/pimcore/customviews.example.php
index 3aff3168..6cf41f39 100644
--- a/app/config/pimcore/customviews.example.php
+++ b/app/config/pimcore/customviews.example.php
@@ -6,7 +6,7 @@
'treetype' => 'object', // element type is "object"
'name' => 'Articles', // display name
'condition' => null, // SQL condition
- 'icon' => '/pimcore/static6/img/flat-color-icons/reading.svg', // tree icon
+ 'icon' => '/bundles/pimcoreadmin/img/flat-color-icons/reading.svg', // tree icon
'id' => 1, // unique (!!!) custom view ID
'rootfolder' => '/blog', // root node
'showroot' => false, // show root node or just children?
@@ -50,7 +50,7 @@
[
'treetype' => 'document', // document view
'name' => 'Basic Examples',
- 'icon' => '/pimcore/static6/img/flat-color-icons/text.svg',
+ 'icon' => '/bundles/pimcoreadmin/img/flat-color-icons/text.svg',
'id' => 2, // again, unique ID
'rootfolder' => '/en/basic-examples',
'showroot' => true,
@@ -93,7 +93,7 @@
[
'treetype' => 'asset', // asset view
'name' => 'Panama',
- 'icon' => '/pimcore/static6/img/flat-color-icons/stack_of_photos.svg',
+ 'icon' => '/bundles/pimcoreadmin/img/flat-color-icons/stack_of_photos.svg',
'id' => 3,
'rootfolder' => '/examples/panama',
'showroot' => true,
diff --git a/app/config/pimcore/perspectives.example.php b/app/config/pimcore/perspectives.example.php
index 9dd6c521..3bf705e1 100644
--- a/app/config/pimcore/perspectives.example.php
+++ b/app/config/pimcore/perspectives.example.php
@@ -62,7 +62,7 @@
],
'Alternative view' => [
- 'icon' => '/pimcore/static6/img/flat-color-icons/biohazard.svg',
+ 'icon' => '/bundles/pimcoreadmin/img/flat-color-icons/biohazard.svg',
'toolbar' => [
'file' => 1,
'extras' => [
@@ -158,7 +158,7 @@
]
],
'Assets only' => [
- 'icon' => '/pimcore/static6/img/flat-color-icons/webcam.svg',
+ 'icon' => '/bundles/pimcoreadmin/img/flat-color-icons/webcam.svg',
'elementTree' => [
[
'type' => 'assets',