File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
code_samples/back_office/images/config Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ services:
99
1010 App\Connector\Dam\Handler\WikimediaCommonsHandler :
1111 tags :
12- - { name: 'ibexa.platform.connector.dam.handler', source: 'commons' }
12+ - { name: 'ibexa.platform.connector.dam.handler', source: 'commons' }
1313
1414 App\Connector\Dam\Transformation\TransformationFactory :
1515 tags :
@@ -19,3 +19,15 @@ services:
1919 class : Ibexa\Connector\Dam\Variation\URLBasedVariationGenerator
2020 tags :
2121 - { name: 'ibexa.platform.connector.dam.variation_generator', source: 'commons' }
22+
23+ commons_search_tab :
24+ class : Ibexa\Platform\Connector\Dam\View\Search\Tab\GenericSearchTab
25+ public : false
26+ arguments :
27+ $identifier : ' commons'
28+ $source : ' commons'
29+ $name : ' Wikimedia Commons'
30+ $searchFormType : ' Ibexa\Platform\Connector\Dam\Form\Search\GenericSearchType'
31+ $formFactory : ' @form.factory'
32+ tags :
33+ - { name: 'ibexa.admin_ui.tab', group: 'connector-dam-search' }
You can’t perform that action at this time.
0 commit comments