Warning: You are browsing the documentation for PrestaShop 1.7, which is outdated.
You might want to read an updated version of this page for the current version, PrestaShop 8.
Name | Format | Required | Max size | Description |
---|---|---|---|---|
name | isImageTypeName | ✔️ | 64 | |
width | isImageSize | ✔️ | ||
height | isImageSize | ✔️ | ||
categories | isBool | ❌ | ||
products | isBool | ❌ | ||
manufacturers | isBool | ❌ | ||
suppliers | isBool | ❌ | ||
stores | isBool | ❌ |
<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>