Document representing the content type for a slot.
Property | Type | Constraints | Description |
---|---|---|---|
body |
Localized<MarkupText> | The HTML body (valid only for type 'html'). | |
category_ids |
[String] | The category ids (valid only for type 'categories'). | |
content_asset_ids |
[String] | The content asset ids (valid only for type 'content_assets'). | |
product_ids |
[String] | The product ids (valid only for type 'products'). | |
type |
Enum {products, categories, content_assets, html, recommended_products} | mandatory=true, nullable=false | The type of content in the slot. |