Initialization Option Author API

dynamic_image_tag

Controls whether to automatically convert image URLs into HTML image elements when using dynamic content.

You would want to use this to save time coding image tags by hand when adding dynamic content data.

Note The image's URL MIME type must be set to an image type.

Examples

var initializationOptions = {
    "config": {
        "item_edit": {
            "item": {
                "dynamic_image_tag": true
            }
        }
    }
};

Values

Request object key config.item_edit.item.dynamic_image_tag

Default: false

Type boolean

Related articles

Was this article helpful?