Resources for Image types
Image_type
| Name |
Format |
Required |
Max size |
Description |
| name |
isImageTypeName |
✔️ |
64 |
|
| width |
isImageSize |
✔️ |
|
|
| height |
isImageSize |
✔️ |
|
|
| categories |
isBool |
❌ |
|
|
| products |
isBool |
❌ |
|
|
| manufacturers |
isBool |
❌ |
|
|
| suppliers |
isBool |
❌ |
|
|
| stores |
isBool |
❌ |
|
|
Blank schema
<prestashop xmlns:xlink="http://www.w3.org/1999/xlink">
<image_type>
<id><![CDATA[]]></id>
<name><![CDATA[]]></name>
<width><![CDATA[]]></width>
<height><![CDATA[]]></height>
<categories><![CDATA[]]></categories>
<products><![CDATA[]]></products>
<manufacturers><![CDATA[]]></manufacturers>
<suppliers><![CDATA[]]></suppliers>
<stores><![CDATA[]]></stores>
</image_type>
</prestashop>