Skip to content

Commit 2fb8e2b

Browse files
committed
Updated the documentation of the Akeneo plugin
1 parent 05d4d0c commit 2fb8e2b

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

content/connectivity/akeneo/plugin.en.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,16 @@ For each resource, the following 3 methods are available :
7171

7272
Depending on the resource and the method used, different options are available in the YAML configuration :
7373

74-
| Resource | Method | Option(s) required |
75-
|-------------------|-------------|-----------------------|
76-
| **All resources** | all | _No options required_ |
77-
| **All resources** | get | identifier |
78-
| **All resources** | listPerPage | _No options required_ |
74+
| Resource | Method | Option(s) required |
75+
|--------------------------------------|-------------|-------------------------------|
76+
| **All resources** | all | _No options required_ |
77+
| **All resources** | get | identifier |
78+
| **All resources** | listPerPage | _No options required_ |
79+
| **attributeOption** | all | attribute_code |
80+
| **attributeOption** | get | attribute_code, code |
81+
| **assetManager** | all | asset_family_code |
82+
| **assetManager** | get | asset_family_code, asset_code |
83+
| **productMediaFile, assetMediaFile** | get | file |
7984

8085
```yaml
8186
akeneo:

0 commit comments

Comments
 (0)