OptionaldefaultFallback insert mode used when the picker result does not specify one.
Defaults to "link".
OptionaldefaultID of the provider that should be pre-selected when the picker dialog opens. Must be a key in providers.
OptionaldialogTitle shown in the "Insert From Cloud" dialog. Defaults to "Insert From Cloud".
OptionalpopupGlobal popup timeout in milliseconds. Applied to all popup-mode pickers unless overridden per-provider. Defaults to 120000 (2 minutes).
OptionalprovidersMap of provider ID to its runtime configuration. Providers absent from this map are enabled with defaults.
OptionaluploadWarning message shown in the upload dialog to inform users that uploaded files will be made publicly accessible. Must be a non-empty string — empty or whitespace-only values are rejected by the XDBC contract layer.
The value is passed through editor.translate(), so it can be a translation key defined
in a TinyMCE language pack. When omitted, a built-in default message is used (translatable
via the plugin's own language files).
Top-level plugin options passed to TinyMCE via
tinymce.init(). These map to themulticloud_*TinyMCE option keys.Author
Salvatore Callari Callari@WaXCode.net