Skip to content

Commit ed83f85

Browse files
committed
add_image_asset_from_dam.md: About the importance of the source identifier
1 parent da1602f commit ed83f85

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/content_management/images/add_image_asset_from_dam.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ 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 it will be used in other places to glue elements together.
114+
113115
### Create transformation factory
114116

115117
The transformation factory maps [[= product_name =]]'s image variations to corresponding variations from Wikimedia Commons.
@@ -193,7 +195,7 @@ As some new specific ones are used in this example, some new translations are ne
193195

194196
### Add Wikimedia Commons connection to DAM configuration
195197

196-
You can now configure a connection with Wikimedia Commons under the `ibexa.system.<scope>.content.dam` key:
198+
You can now configure a connection with Wikimedia Commons under the `ibexa.system.<scope>.content.dam` key using the source identifier `commons`:
197199

198200
```yaml
199201
ibexa:

0 commit comments

Comments
 (0)