File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
code_samples/back_office/images/config
administration/back_office
update_and_migration/from_3.3 Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ services:
2727 $identifier : ' commons'
2828 $source : ' commons'
2929 $name : ' Wikimedia Commons'
30- $searchFormType : ' Ibexa\Platform\ Connector\Dam\Form\Search\GenericSearchType'
30+ $searchFormType : ' Ibexa\Connector\Dam\Form\Search\GenericSearchType'
3131 $formFactory : ' @form.factory'
3232 tags :
3333 - { name: 'ibexa.admin_ui.tab', group: 'connector-dam-search' }
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ You can order the settings in the **User** menu by setting their `priority`.
2727` group ` indicates the group that the setting is placed in.
2828It can be one of the built-in groups, or a custom one.
2929
30- To create a custom setting group, create an ` App\ Setting\ Group\ MyGroup.php ` file:
30+ To create a custom setting group, create an ` App/ Setting/ Group/ MyGroup.php ` file:
3131
3232``` php
3333[[= include_file('code_samples/back_office/settings/src/Setting/Group/MyGroup.php') =]]
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ You can format date and time by using the following services:
1717- ` @ibexa.user.settings.full_date_format.formatter `
1818- ` @ibexa.user.settings.full_time_format.formatter `
1919
20- To use them, create an ` src\ Service\ MyService.php ` file containing:
20+ To use them, create an ` src/ Service/ MyService.php ` file containing:
2121
2222``` php
2323<?php
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ CREATE INDEX idx_workflow_name ON ezeditorialworkflow_workflows(workflow_name);
148148#### Enable Commerce features
149149
150150Commerce features in Experience and Content editions are disabled by default.
151- If you use these features, after the update enable Commerce features by going to ` config\ packages\ ecommerce.yaml `
151+ If you use these features, after the update enable Commerce features by going to ` config/ packages/ ecommerce.yaml `
152152and setting the following:
153153
154154``` yaml
You can’t perform that action at this time.
0 commit comments