I’m pretty good when it comes to using php to program something into Drupal 8.
But configuring Drupal 8 to do something is a bit more difficult for me.
I have two different buttons in CCK editor for adding images.
The first one with the dialogue that says "Insert Image" only allows file uploads.
The second Icon allows me to choose files already in the system, but only inserts a link to the image. I would like to add this image inline.
I have been to the entity browser config screen and added several widgets, but none of the "widgets" allow me to insert an image inline. Every widget wants to insert a link to the image /admin/config/content/entity_browser/
How can I add a widget that allows me to choose an existing image, and inserts that image inline instead of inserting a link to the image?