ImageBrowser.schema.model.fields
configurationDefines the field mappings for the image browser data model. This configuration specifies which fields in the server response contain the name, type, and size information for files and directories. The fields object allows you to map the server data structure to the expected properties that the image browser uses to display and manage files. Each field can be configured as either a string (field name) or an object with additional parsing options.
imageBrowser.schema.model.fields.name
Object|StringThe field which contains the name of the image/directory
imageBrowser.schema.model.fields.size
Object|StringThe field which contains the size of image.
imageBrowser.schema.model.fields.type
Object|StringThe field which contains the type of the entry. Either f for image or d for directory.