I am working in a plugin that uses wp_editor() for the text editor and has Add Media button. In my plugin, I have used bootstrap modal to popup a form with the text editor created using wp_editor(). When I click on Add Media to upload an image, I can upload the image but cannot input descriptions like Alt Text, Title or Other description. The textbox does not even get selected and seems to be disabled. Can somebody help me?
wp_editor( $content, $editor_id, $settings);