config.item_edit.item.dynamic_image_tag - Initialization - Author API

Author API Initialization

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

Attribute path config.item_edit.item.dynamic_image_tag

Default false

Type boolean

Related articles

Was this article helpful?

Did you arrive here by accident? If so, learn more about Learnosity.