Determines how the picked/uploaded item will be inserted into the TinyMCE editor:
"link"
<a>
"image"
<img>
"embed"
<iframe>
<video>
"audio"
<audio>
Salvatore Callari Callari@WaXCode.net
Determines how the picked/uploaded item will be inserted into the TinyMCE editor:
"link"— inserts an<a>anchor tag."image"— inserts an<img>tag."embed"— inserts an<iframe>(or<video>when a direct download URL is available)."audio"— inserts an<audio>tag (or<iframe>fallback when no direct download URL is available).