Thank you… I am working this patch now.
Question: the patch uses “Post” selected.
We would prefer the default to be File.
when I do this below it still doesn’t initially insert.
<option value="post">
<?php esc_attr_e('Attachment Page'); ?>
</option>
<option value="file" selected>
<?php esc_attr_e('Media File'); ?>
</option>
but still by default inserted gallery still will not add link=”file”
unless I pull down the select menu and toggle it.
Kinda need it to default and insert without user intervention?