I actually need this to be uploaded to an DO S3 space so it has to be a separate file
I am seeing no errors in the dev console nor do i see any evidence of the upload action running - should I expected to see it firing when the image is uploaded?
Are you sure you have enabled the image upload toolbar/option and that you are not using the default image insert option of Summernote (which is available by default there)?
Weird, are you sure your page is uploaded to the server?
What do you see when you inspect the source code of the page - do you see the same values for the ['insert'...]? Did you clear your browser cache?
So that’s what you see in your browser when you inspect source, right?
Maybe try adding a new custom group and add these options there to see if it makes any difference? I can’t recreate this locally.
What if you add the file upload options in a separate group?
Do you see the toolbar properly in design view?
Also do you see any errors in the browser console?
I am going to completely remove the summernote input and re-create is and see what happens, will let you know. May just be one of those weird “combination of actions” type errors
Note the reversed order of the dmxSummernote and dmxSummernoteFileUpload directives
Rearranging the order to that of the working page fixed the problem.
Not sure why the options are reversed as i certainly did not edit them but at least i believe I have identified the issue