Skip to content

Commit efae125

Browse files
committed
Continue ibexa_product_specification
1 parent e15b86c commit efae125

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed
Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
---
22
edition: headless
3+
month_change: true
34
---
45

56
# Product specification field type
67

8+
This field represents and handles [product attributes](products.md#product-attributes) and [VAT](prices.md#vat).
9+
Consider it as internal to the [PIM](pim.md).
10+
711
| Name | Internal name | Expected input |
812
|------------------------|-------------------------------|----------------|
913
| `ProductSpecification` | `ibexa_product_specification` | mixed |
1014

11-
TODO
15+
!!! caution
16+
17+
The presence of a specification (`ibexa_product_specification`) field is what distinct product type from content type.
18+
Don't remove this field from a product type (or it becomes a unreachable hidden content type).
19+
Don't add such field to a content type (or it becomes an uneditable unusable product type).
20+
You can't have more than one `ibexa_product_specification`, the laters won't be editable.

0 commit comments

Comments
 (0)