Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
EZP-32164: Aligned icon changes to Enterprise product
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed Nov 18, 2020
1 parent 11f0f90 commit cbf5dc6
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 2 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"ezsystems/ezplatform-graphql": "~2.2.0@dev",
"ezsystems/ezplatform-http-cache": "~2.2.0@dev",
"ezsystems/ezplatform-http-cache-fastly": "~2.0.0@dev",
"ezsystems/ezplatform-icons": "~1.0.0@dev",
"ezsystems/ezplatform-kernel": "~1.2.0@dev",
"ezsystems/ezplatform-matrix-fieldtype": "~2.1.0@dev",
"ezsystems/ezplatform-page-builder": "~2.2.0@dev",
Expand Down
1 change: 1 addition & 0 deletions config/bundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
EzSystems\EzPlatformVersionComparisonBundle\EzPlatformVersionComparisonBundle::class => ['all' => true],
Ibexa\Platform\Bundle\Search\IbexaPlatformSearchBundle::class => ['all' => true],
Ibexa\Platform\Bundle\Assets\IbexaPlatformAssetsBundle::class => ['all' => true],
Ibexa\Platform\Bundle\Icons\IbexaPlatformIconsBundle::class => ['all' => true],
Overblog\GraphQLBundle\OverblogGraphQLBundle::class => ['all' => true],
Overblog\GraphiQLBundle\OverblogGraphiQLBundle::class => ['dev' => true],
Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true],
Expand Down
39 changes: 37 additions & 2 deletions config/packages/ezplatform_admin_ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,43 @@ ezplatform:
media: /1/43/
assets:
icon_sets:
default_icons: /bundles/ezplatformadminui/img/ez-icons.svg
default_icon_set: default_icons
streamlineicons: /bundles/ibexaplatformicons/img/all-icons.svg
default_icon_set: streamlineicons
content_type:
about:
thumbnail: '/bundles/ibexaplatformicons/img/all-icons.svg#about'
article:
thumbnail: '/bundles/ibexaplatformicons/img/all-icons.svg#article'
blog:
thumbnail: '/bundles/ibexaplatformicons/img/all-icons.svg#blog'
blog_post:
thumbnail: '/bundles/ibexaplatformicons/img/all-icons.svg#blog_post'
folder:
thumbnail: '/bundles/ibexaplatformicons/img/all-icons.svg#folder'
form:
thumbnail: '/bundles/ibexaplatformicons/img/all-icons.svg#form'
place:
thumbnail: '/bundles/ibexaplatformicons/img/all-icons.svg#place'
product:
thumbnail: '/bundles/ibexaplatformicons/img/all-icons.svg#product'
field:
thumbnail: '/bundles/ibexaplatformicons/img/all-icons.svg#field'
user:
thumbnail: '/bundles/ibexaplatformicons/img/all-icons.svg#user'
user_group:
thumbnail: '/bundles/ibexaplatformicons/img/all-icons.svg#user_group'
file:
thumbnail: '/bundles/ibexaplatformicons/img/all-icons.svg#file'
gallery:
thumbnail: '/bundles/ibexaplatformicons/img/all-icons.svg#gallery'
image:
thumbnail: '/bundles/ibexaplatformicons/img/all-icons.svg#image'
video:
thumbnail: '/bundles/ibexaplatformicons/img/all-icons.svg#video'
landing_page:
thumbnail: '/bundles/ibexaplatformicons/img/all-icons.svg#landing_page'
default-config:
thumbnail: '/bundles/ibexaplatformicons/img/all-icons.svg#file'

jms_translation:
configs:
Expand Down

0 comments on commit cbf5dc6

Please sign in to comment.