Asset Attribute Configuration

Asset Attribute Configuration

The asset_attribute setting allows you to define which image variant must be exported for an asset.

Description

An asset can contain several variant attributes. This configuration ensures the correct variant is selected for export purposes.

Example Usage

For instance, if your asset has variants like thumbnail, medium, and large, and you want the medium image to be exported, you can set:

{
  "asset_attribute": "medium"
}