Using Image Property Detection

Automatically identify properties related to images and enable asset uploads
View as Markdown

Overview

The Image Property Detection feature automatically identifies properties related to images in your system. It helps streamline processes that involve handling images, ensuring that image-related properties are recognized without requiring manual intervention. If an image property is detected, the property field will receive an image upload option for users to easily upload assets.


How It Works

Automatic Recognition of Image Properties

The feature detects property names that are commonly associated with images, such as image, img, or src.

Intelligent Name Analysis

If the property name is in “camelCase” (e.g., productImageSrc), or is multiple words (e.g., product image src) the feature automatically breaks it down and evaluates its components.

Implementation

The property name must equal or end with one of the following values:

  1. image
  2. imageSrc
  3. imageUrl
  4. img
  5. imgSrc
  6. imgUrl
  7. src


Examples

Properties that will be recognized as image-related:

  • image
  • imageSrc
  • imgUrl
  • profileImageSrc
  • mobile image url

Properties that will not be recognized as image-related:

  • imageAltText
  • imageSrcDesktop
  • imgUrls
  • logo
  • img size