Skip to content

Commit 3c963a0

Browse files
committed
Implement reviewer comments
1 parent 2c1ad54 commit 3c963a0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

code_samples/back_office/images/config/services.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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' }

docs/administration/back_office/add_user_setting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
2828
It 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') =]]

docs/administration/back_office/back_office_elements/formatting_date_and_time.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/update_and_migration/from_3.3/update_from_3.3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ CREATE INDEX idx_workflow_name ON ezeditorialworkflow_workflows(workflow_name);
148148
#### Enable Commerce features
149149

150150
Commerce 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`
152152
and setting the following:
153153

154154
``` yaml

0 commit comments

Comments
 (0)