The images property controls how images are handled within a Textbox.io editor instance.

This property controls multiple behaviors:

  • Uploading Images via Textbox.io's Built-in Upload Mechanism
  • Uploading Images via a Custom JavaScript Upload Handler Function
  • Disabling image editing, which turns on automatic image upload
  • Preventing the insertion of Local Images

Properties

PropertyTypeDefaultProperties
allowLocalBooleantrue

Whether to allow local images to be inserted into the editor.

editing
Object 

Configures image editing.

uploadObject 

Configures the uploading of local images to your application using Textbox.io's built in upload mechanism.