You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/rest-api/resources.md
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1113,7 +1113,7 @@ Below is the JSON format representing a reference entity.
1113
1113
Reference entities have attributes that allow to describe their [records](/documentation/resources.html#reference-entity-record-3x-and-ee-only).
1114
1114
1115
1115
::: warning
1116
-
Note that "Reference entity attribute" are not the same entity as "Attribute", even though they have a lot in common. The first one is used to describe reference entities records, the second one is use to describe products.
1116
+
Note that the "Reference entity attribute" resource is not the same as the "Attribute" resource, even though they have a lot in common. The first one is used to describe reference entities records, the second one is use to describe products.
1117
1117
:::
1118
1118
1119
1119
In the Akeneo UI, you can find the attributes that compose a given reference entity by following these simple steps. Go in the `Entities` menu. Click on a reference entity and then, click on the `Attributes` sub menu. Below is an example of the attributes that compose the `Designer` entity in the UI.
@@ -1225,32 +1225,34 @@ Format for the `reference entity single link` and `reference entity multiple lin
1225
1225
Some type of attributes of reference entities can offer a list of choices. These available choices are reference entity attribute options.
1226
1226
1227
1227
::: warning
1228
-
Note that "Reference entity attribute option" are not the same entity as "Attribute option", even though they have a lot in common. The first one is an option of an attribute used to describe reference entities records, the second one is an option of an attribute used to describe products.
1228
+
Note that the "Reference entity attribute option" resource is not the same as the "Attribute option" resource, even though they have a lot in common. The first one is an option of an attribute used to describe reference entities records, the second one is an option of an attribute used to describe products.
1229
1229
:::
1230
1230
1231
1231
Only attribute of type `single option` or `multiple options` can have options.
1232
1232
1233
-
In the Akeneo UI, ... ?? TODO
1233
+
In the Akeneo UI, if you want to manage the options of an reference entity attribute with single and multiple options, first, select a reference entity in the `Entities` menu. Then, click on the `Attributes` sub-menu. Click on the edit button of a single or multiple options attribute. An edit popin should open. Then, click on the `Manage options` button. Here you are! You can view and edit the options of your attribute.
1234
1234
1235
-
 // TODO
1235
+
The screenshot below shows the screen where you can manage your options.
1236
+
1237
+

1236
1238
1237
1239
Below is the JSON format representing these reference entity attribute options.
0 commit comments