Skip to content

Commit 950018c

Browse files
adriendupuisdabrt
andauthored
Apply suggestions from code review
Co-authored-by: Tomasz Dąbrowski <[email protected]>
1 parent acd797f commit 950018c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content_management/images/add_image_asset_from_dam.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,14 +110,14 @@ Then, in `config\services.yaml`, register the handler as a service:
110110
[[= include_file('code_samples/back_office/images/config/services.yaml', 9, 12) =]]
111111
```
112112

113-
Notice the `source` parameter passed in the tag, this is the identifier of this new DAM connector and is used in other places to glue elements together.
113+
The `source` parameter passed in the tag is an identifier of this new DAM connector and is used in other places to glue elements together.
114114

115115
### Create transformation factory
116116

117117
The transformation factory maps [[= product_name =]]'s image variations to corresponding variations from Wikimedia Commons.
118118

119-
In `src\Connector\Dam\Transformation` folder, create the `WikimediaCommonsTransformationFactory.php` file that resembles the following example
120-
implementing the [`TransformationFactory` interface](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Connector-Dam-Variation-TransformationFactory.html):
119+
In `src\Connector\Dam\Transformation` folder, create the `WikimediaCommonsTransformationFactory.php` file that resembles the following example,
120+
which implements the [`TransformationFactory` interface](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Connector-Dam-Variation-TransformationFactory.html):
121121

122122
```php
123123
[[= include_file('code_samples/back_office/images/src/Connector/Dam/Transformation/WikimediaCommonsTransformationFactory.php') =]]

0 commit comments

Comments
 (0)